mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add rust-tokio-socks-0.2.
* gnu/packages/crates-io.scm (rust-tokio-socks-0.2): New variable.
This commit is contained in:
parent
ba45930077
commit
53ece90919
1 changed files with 30 additions and 0 deletions
|
@ -27571,6 +27571,36 @@ (define-public rust-tokio-signal-0.2
|
|||
futures.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-tokio-socks-0.2
|
||||
(package
|
||||
(name "rust-tokio-socks")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tokio-socks" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bwdjafbbs0907w42dl899inykflz4gbm026wh097q151s57i5qr"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bytes" ,rust-bytes-0.4)
|
||||
("rust-either" ,rust-either-1)
|
||||
("rust-futures" ,rust-futures-0.3)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-tokio" ,rust-tokio-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-hyper" ,rust-hyper-0.13)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-tokio" ,rust-tokio-0.2))))
|
||||
(home-page "https://github.com/sticnarf/tokio-socks")
|
||||
(synopsis "Asynchronous SOCKS proxy support for Rust")
|
||||
(description "This package provides asynchronous SOCKS proxy support for
|
||||
Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-tokio-sync-0.2
|
||||
(package
|
||||
(name "rust-tokio-sync")
|
||||
|
|
Loading…
Reference in a new issue