gnu: Add rust-hyperlocal-0.8.

* gnu/packages/crates-web.scm (rust-hyperlocal-0.8): New variable.

Change-Id: I69030d37554f58b83d71c989dc15478cce9831e3
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
normalmente 2024-03-19 03:50:53 +00:00 committed by Efraim Flashner
parent f0b1c89310
commit cf7d7a4635
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3702,6 +3702,31 @@ dependencies.")
("rust-unicase" ,rust-unicase-1)
("rust-url" ,rust-url-1))))))
(define-public rust-hyperlocal-0.8
(package
(name "rust-hyperlocal")
(version "0.8.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "hyperlocal" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "136978rsp0wr6x28cxivxhbq2np66l4jrq3n9xwckrrd5dxxzbqg"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-futures-util" ,rust-futures-util-0.3)
("rust-hex" ,rust-hex-0.4)
("rust-hyper" ,rust-hyper-0.14)
("rust-pin-project" ,rust-pin-project-1)
("rust-tokio" ,rust-tokio-1))
#:cargo-development-inputs (("rust-tokio" ,rust-tokio-1))))
(home-page "https://github.com/softprops/hyperlocal")
(synopsis "Hyper bindings for Unix domain sockets")
(description
"This package provides Hyper bindings for Unix domain sockets.")
(license license:expat)))
(define-public rust-hyper-native-tls-0.3
(package
(name "rust-hyper-native-tls")