mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: Add rust-serde-transcode-1.
* gnu/packages/crates-io.scm (rust-serde-transcode-1): New variable. Change-Id: I1ab1fc1bbd88d91d0c049b0662d01e37e54d31af
This commit is contained in:
parent
fe16a89b6e
commit
58ec99dc48
1 changed files with 21 additions and 0 deletions
|
@ -67802,6 +67802,27 @@ (define-public rust-serde-test-0.8
|
||||||
((", path = \"../serde\"") ""))
|
((", path = \"../serde\"") ""))
|
||||||
#t)))))))
|
#t)))))))
|
||||||
|
|
||||||
|
(define-public rust-serde-transcode-1
|
||||||
|
(package
|
||||||
|
(name "rust-serde-transcode")
|
||||||
|
(version "1.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "serde-transcode" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1qlh34kw4knbs83xy6x0wwbb71pbiivcw6swpy2nxfx5q8jhw32r"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-serde" ,rust-serde-1))
|
||||||
|
#:cargo-development-inputs (("rust-serde-json" ,rust-serde-json-1))))
|
||||||
|
(home-page "https://github.com/sfackler/serde-transcode")
|
||||||
|
(synopsis "Transcode from one Serde format to another")
|
||||||
|
(description "This package provides functions to transcode from one Serde
|
||||||
|
format to another.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-serde-untagged-0.1
|
(define-public rust-serde-untagged-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-serde-untagged")
|
(name "rust-serde-untagged")
|
||||||
|
|
Loading…
Reference in a new issue