guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

233/470: gnu: Add rust-serde-spanned-0.6.


From: guix-commits
Subject: 233/470: gnu: Add rust-serde-spanned-0.6.
Date: Thu, 16 Mar 2023 03:01:15 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit eb0b147e219e155225cd363ae60a48364711768a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 12:17:22 2023 +0200

    gnu: Add rust-serde-spanned-0.6.
    
    * gnu/packages/crates-io.scm (rust-serde-spanned-0.6): New variable.
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 18a6bedcbf..7d1d43b72e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53397,6 +53397,27 @@ and @code{Deserialize} traits in a way that delegates 
to the underlying repr
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]