mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f0b1c89310
commit
cf7d7a4635
1 changed files with 25 additions and 0 deletions
|
@ -3702,6 +3702,31 @@ dependencies.")
|
||||||
("rust-unicase" ,rust-unicase-1)
|
("rust-unicase" ,rust-unicase-1)
|
||||||
("rust-url" ,rust-url-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
|
(define-public rust-hyper-native-tls-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-hyper-native-tls")
|
(name "rust-hyper-native-tls")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue