me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-serde-transcode-1.

* gnu/packages/crates-io.scm (rust-serde-transcode-1): New variable.

Change-Id: I1ab1fc1bbd88d91d0c049b0662d01e37e54d31af
master
Efraim Flashner 2024-03-31 14:57:56 +03:00
parent fe16a89b6e
commit 58ec99dc48
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 0 deletions

View File

@ -67802,6 +67802,27 @@ by dynamically growing the stack.")
((", path = \"../serde\"") ""))
#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
(package
(name "rust-serde-untagged")