gnu: Add rust-cint-0.3.

* gnu/packages/crates-io.scm (rust-cint-0.3): New variable.

Change-Id: Ib9ecf7b97e918db9fe9166af1d5c8d21dd2349b4
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Wilko Meyer 2024-01-08 02:52:04 +01:00 committed by Efraim Flashner
parent f8eab1bf47
commit 5f92f7faf6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11744,6 +11744,29 @@ usage.")
"This package provides low-level primitives for parsing the CBOR codec.")
(license license:asl2.0)))
(define-public rust-cint-0.3
(package
(name "rust-cint")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "cint" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "16l9glvaxshbp3awcga3s8cdfv00gb1n2s7ixzxxjwc5yz6qf3ks"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; use of undeclared type `ColorCrate2`
#:cargo-inputs (("rust-bytemuck" ,rust-bytemuck-1))))
(home-page "https://github.com/termhn/cint")
(synopsis
"Stable set of types for color interoperation between crates in Rust")
(description
"This package provides a lean, minimal, and stable set of types for color
interoperation between crates in Rust.")
(license (list license:expat license:asl2.0 license:zlib))))
(define-public rust-ci-info-0.3
(package
(name "rust-ci-info")