gnu: Add rust-tower-service-0.3.

* gnu/packages/crates-io.scm (rust-tower-service-0.3): New variable.
This commit is contained in:
Arun Isaac 2020-09-19 23:56:14 +05:30
parent 4c08fef860
commit 0d659f8211
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -27886,6 +27886,29 @@ (define-public rust-toml-0.2
("rust-serde" ,rust-serde-0.8))))
(home-page "https://github.com/alexcrichton/toml-rs")
(synopsis "Rust encoder and decoder of TOML-formatted files and streams")
(define-public rust-tower-service-0.3
(package
(name "rust-tower-service")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "tower-service" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0q4q53w82w1wd71x7vbspg2l3jicb6al2w1qdwxmnjrz8jzvd1z9"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs
(("rust-http" ,rust-http-0.1))))
(home-page "https://github.com/tower-rs/tower")
(synopsis "Asynchronous, request / response based, client or server.")
(description "This package provides a trait representing an asynchronous,
request/response based, client or server.")
(license license:expat)))
(description
"This package provides a native Rust encoder and decoder of TOML-formatted
files and streams. Provides implementations of the standard