me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-sval-json-2.

* gnu/packages/crates-io.scm (rust-sval-json-2): New variable.

Change-Id: Ia47a06399d9fb39ed53933686ddbb9ab9e58bf7a
Efraim Flashner 2023-10-24 10:10:30 +03:00
parent 5139c04942
commit c29759a91c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 22 additions and 0 deletions

View File

@ -72444,6 +72444,28 @@ values without proliferating generics.")
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))))
(define-public rust-sval-json-2
(package
(name "rust-sval-json")
(version "2.10.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "sval-json" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0wp0yyaldqr6kgqsblav86j8fxjp2jbmrsbsiw0yxrhambc3pq3n"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-itoa" ,rust-itoa-1)
("rust-ryu" ,rust-ryu-1)
("rust-sval" ,rust-sval-2))))
(home-page "https://github.com/sval-rs/sval")
(synopsis "JSON support for sval")
(description "JSON support for sval.")
(license (list license:asl2.0 license:expat))))
(define-public rust-sval-ref-2
(package
(name "rust-sval-ref")