diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-11-04 01:15:57 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-11-04 01:15:57 +0000 |
commit | 2351b6fd785f26f430c8bfd2108311c39194d728 (patch) | |
tree | f264932c09e9d79c85e0e05191f7135755a5c285 | |
parent | f91008bc3c2b8ccbedbdcd3c61dd272d355963bb (diff) |
rust-serde-xml-rs: salvage from graveyard.
-rw-r--r-- | yellowsquid/packages/crates-io.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/yellowsquid/packages/crates-io.scm b/yellowsquid/packages/crates-io.scm index 3f115b6..b0322ad 100644 --- a/yellowsquid/packages/crates-io.scm +++ b/yellowsquid/packages/crates-io.scm @@ -3295,6 +3295,31 @@ premade types for common use cases.") (description "Apple `Security.framework` low-level FFI bindings") (license (list license:expat license:asl2.0)))) +(define-public rust-serde-xml-rs-0.4 + (package + (name "rust-serde-xml-rs") + (version "0.4.1") + (source (origin + (method url-fetch) + (uri (crate-uri "serde-xml-rs" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1ykx1xkfd59gf0ijnp93xhpd457xy4zi8xv2hrr0ikvcd6h1pgzh")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-log" ,rust-log-0.4) + ("rust-serde" ,rust-serde-1) + ("rust-thiserror" ,rust-thiserror-1) + ("rust-xml-rs" ,rust-xml-rs-0.8)) + #:cargo-development-inputs (("rust-docmatic" ,rust-docmatic-0.1) + ("rust-serde-derive" ,rust-serde-derive-1) + ("rust-simple-logger" ,rust-simple-logger-1)))) + (home-page "https://github.com/RReverser/serde-xml-rs") + (synopsis "xml-rs based deserializer for Serde (compatible with 0.9+)") + (description "xml-rs based deserializer for Serde (compatible with 0.9+)") + (license license:expat))) + (define-public rust-shannon-0.2 (package (name "rust-shannon") |