gnu: Add rust-rpds-1.

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

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Change-Id: I91b02a357e679ab4b8361bf232d2fec473a5f910
This commit is contained in:
Mathieu Othacehe 2023-12-24 21:40:43 +01:00
parent 1db966e1bb
commit 725a730482
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -64088,6 +64088,33 @@ (define-public rust-rpassword-4
(sha256
(base32 "17z99xazhhbaczw0ib1vnnq450j0zacdn8b2zcbdir68sdbicdwr"))))))
(define-public rust-rpds-1
(package
(name "rust-rpds")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "rpds" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "194hjbsicmgqi3dyllqrz09mmhh597m2j9l49lr16cyfscambqd0"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-archery" ,rust-archery-1)
("rust-serde" ,rust-serde-1))
#:cargo-development-inputs
(("rust-bincode" ,rust-bincode-1)
("rust-criterion" ,rust-criterion-0.5)
("rust-pretty-assertions" ,rust-pretty-assertions-1)
("rust-rand" ,rust-rand-0.8)
("rust-static-assertions" ,rust-static-assertions-1))))
(home-page "https://github.com/orium/rpds")
(synopsis "Persistent data structures with structural sharing")
(description "This package provides support for fully persistent data
structures with structural sharing.")
(license license:mpl2.0)))
(define-public rust-runtime-0.3
(package
(name "rust-runtime")