mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: rust-surf-2: Move to (gnu packages crates-web).
* gnu/packages/crates-io.scm (rust-surf-2): Move from here ... * gnu/packages/crates-web.scm: ... to here. Change-Id: I2ecc08b66904db141b0a08f5a4300581ce0ed816
This commit is contained in:
parent
1ec643fc36
commit
77160da5fc
2 changed files with 36 additions and 36 deletions
|
@ -63533,42 +63533,6 @@ (define-public rust-subprocess-0.2
|
|||
inspired by Python's subprocess module, with Rust-specific extensions.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-surf-2
|
||||
(package
|
||||
(name "rust-surf")
|
||||
(version "2.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "surf" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0a33kw06jspi54rf38ncyqjj8861bid0wxhwzpk1ypkbr8rls59a"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-async-std" ,rust-async-std-1)
|
||||
("rust-async-trait" ,rust-async-trait-0.1)
|
||||
("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-encoding-rs" ,rust-encoding-rs-0.8)
|
||||
("rust-futures-util" ,rust-futures-util-0.3)
|
||||
("rust-http-client" ,rust-http-client-6)
|
||||
("rust-http-types" ,rust-http-types-2)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-mime-guess" ,rust-mime-guess-2)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-pin-project-lite" ,rust-pin-project-lite-0.2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-web-sys" ,rust-web-sys-0.3))))
|
||||
(home-page "https://github.com/http-rs/surf")
|
||||
(synopsis "HTTP client framework")
|
||||
(description
|
||||
"Surf is a friendly HTTP client built for casual Rustaceans and veterans
|
||||
alike. It's completely modular, and built directly for @code{async/await}.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-supercow-0.1
|
||||
(package
|
||||
(name "rust-supercow")
|
||||
|
|
|
@ -3046,6 +3046,42 @@ (define-public rust-rocket-http-0.4
|
|||
responses, and headers for the Rocket web framework.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-surf-2
|
||||
(package
|
||||
(name "rust-surf")
|
||||
(version "2.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "surf" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0a33kw06jspi54rf38ncyqjj8861bid0wxhwzpk1ypkbr8rls59a"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-async-std" ,rust-async-std-1)
|
||||
("rust-async-trait" ,rust-async-trait-0.1)
|
||||
("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-encoding-rs" ,rust-encoding-rs-0.8)
|
||||
("rust-futures-util" ,rust-futures-util-0.3)
|
||||
("rust-http-client" ,rust-http-client-6)
|
||||
("rust-http-types" ,rust-http-types-2)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-mime-guess" ,rust-mime-guess-2)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-pin-project-lite" ,rust-pin-project-lite-0.2)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-web-sys" ,rust-web-sys-0.3))))
|
||||
(home-page "https://github.com/http-rs/surf")
|
||||
(synopsis "HTTP client framework")
|
||||
(description
|
||||
"Surf is a friendly HTTP client built for casual Rustaceans and veterans
|
||||
alike. It's completely modular, and built directly for @code{async/await}.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-trust-dns-client-0.22
|
||||
(package
|
||||
(name "rust-trust-dns-client")
|
||||
|
|
Loading…
Reference in a new issue