gnu: Add rust-rmp-serde-0.13.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
phodina 2021-11-09 17:03:06 +00:00 committed by Nicolas Goaziou
parent d3d064a073
commit a19423cd75
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -42347,6 +42347,29 @@ MessagePack format.")
(description "This crate provides Serde bindings for RMP.")
(license license:expat)))
(define-public rust-rmp-serde-0.13
(package
(name "rust-rmp-serde")
(version "0.13.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "rmp-serde" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1lqclnffx1b3r1faicscmk9j21mijl9bj7ywgjps77vf8ic1s7h1"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-byteorder" ,rust-byteorder-1)
("rust-rmp" ,rust-rmp-0.8)
("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/3Hren/msgpack-rust")
(synopsis "Serde bindings for RMP")
(description "This crate provides Serde bindings for RMP.")
(license license:expat)))
(define-public rust-rocket-0.4
(package
(name "rust-rocket")