[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/45: gnu: Add rust-toml-0.5.
From: |
guix-commits |
Subject: |
38/45: gnu: Add rust-toml-0.5. |
Date: |
Wed, 23 Oct 2019 03:49:17 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 5cf89cec6c8daeb9c77dc06f9a93a7bbac6651c4
Author: Efraim Flashner <address@hidden>
Date: Wed Oct 23 10:07:02 2019 +0300
gnu: Add rust-toml-0.5.
* gnu/packages/rust-cbindgen.scm (rust-toml-0.5): New hidden variable.
---
gnu/packages/rust-cbindgen.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/rust-cbindgen.scm b/gnu/packages/rust-cbindgen.scm
index bc9f215..51eb647 100644
--- a/gnu/packages/rust-cbindgen.scm
+++ b/gnu/packages/rust-cbindgen.scm
@@ -794,3 +794,27 @@ for display in commandline applications. It is designed
to be efficient and
handle Unicode characters correctly.")
(properties '((hidden? . #t)))
(license license:expat)))
+
+(define rust-toml-0.5
+ (package
+ (name "rust-toml")
+ (version "0.5.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "toml" version))
+ (file-name (string-append name "-" version ".crate"))
+ (sha256
+ (base32
+ "093p48vpqm4bb8q3514xsij0dkljxlr3jp9ypxr4p48xjisvxan7"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/alexcrichton/toml-rs")
+ (synopsis "Rust 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.")
+ (properties '((hidden? . #t)))
+ (license (list license:asl2.0
+ license:expat))))
- 35/45: gnu: Add rust-tempfile-3.0., (continued)
- 35/45: gnu: Add rust-tempfile-3.0., guix-commits, 2019/10/23
- 37/45: gnu: Add rust-textwrap-0.11., guix-commits, 2019/10/23
- 33/45: gnu: Add rust-strsim-0.8., guix-commits, 2019/10/23
- 34/45: gnu: Add rust-syn-1.0., guix-commits, 2019/10/23
- 39/45: gnu: Add rust-unicode-width-0.1., guix-commits, 2019/10/23
- 40/45: gnu: Add rust-unicode-xid-0.2., guix-commits, 2019/10/23
- 43/45: gnu: Add rust-winapi-x86-64-pc-windows-gnu-0.4., guix-commits, 2019/10/23
- 45/45: gnu: Add rust-cbindgen., guix-commits, 2019/10/23
- 27/45: gnu: Add rust-redox-termios-0.1., guix-commits, 2019/10/23
- 29/45: gnu: Add rust-ryu-1.0., guix-commits, 2019/10/23
- 38/45: gnu: Add rust-toml-0.5.,
guix-commits <=
- 42/45: gnu: Add rust-winapi-i686-pc-windows-gnu-0.4., guix-commits, 2019/10/23
- 44/45: gnu: Add rust-winapi-0.3., guix-commits, 2019/10/23