gnu: Add rust-serde-spanned-0.6.

* gnu/packages/crates-io.scm (rust-serde-spanned-0.6): New variable.
This commit is contained in:
Efraim Flashner 2023-02-22 12:17:22 +02:00
parent ccaa61c438
commit 1e94339e02
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -53678,6 +53678,27 @@ (define-public rust-serde-repr-0.1
of a C-like enum.")
(license (list license:expat license:asl2.0))))
(define-public rust-serde-spanned-0.6
(package
(name "rust-serde-spanned")
(version "0.6.1")
(source (origin
(method url-fetch)
(uri (crate-uri "serde-spanned" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1x7wqhqay4bgkaq8dmvb9z01mk2z0j0g9jl5nb9ynv3aanpqrz8f"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/toml-rs/toml")
(synopsis "Encoder and decoder of TOML-formatted files and streams")
(description "This package provides a native Rust encoder and decoder of
TOML-formatted files and streams. Provides implementations of the standard
Serialize/Deserialize traits for TOML data to facilitate deserializing and
serializing Rust structures.")
(license (list license:expat license:asl2.0))))
(define-public rust-serde-stacker-0.1
(package
(name "rust-serde-stacker")