mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Add rust-tokio-mockstream-1.
* gnu/packages/crates-io.scm (rust-tokio-mockstream-1): New variable.
This commit is contained in:
parent
e645d58ce1
commit
6001456946
1 changed files with 25 additions and 0 deletions
|
@ -24060,6 +24060,31 @@ (define-public rust-tokio-mock-task-0.1
|
|||
(description "Mock a Tokio task.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-tokio-mockstream-1
|
||||
(package
|
||||
(name "rust-tokio-mockstream")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tokio-mockstream" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0mg1i39cl8x32wxwbn74hlirks8a6f3g0gfzkb0n0zwbxwvc9gs1"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-futures" ,rust-futures-0.1)
|
||||
("rust-tokio-io" ,rust-tokio-io-0.1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-bytes" ,rust-bytes-0.4))))
|
||||
(home-page "https://github.com/aatxe/tokio-mockstream")
|
||||
(synopsis "Fake stream for testing network applications backed by
|
||||
buffers")
|
||||
(description "This package provides a fake stream for testing network
|
||||
applications backed by buffers.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-tokio-named-pipes-0.1
|
||||
(package
|
||||
(name "rust-tokio-named-pipes")
|
||||
|
|
Loading…
Reference in a new issue