me
/
guix
Archived
1
0
Fork 0

gnu: rust-httparse-1: Move to (gnu packages crates-web).

* gnu/packages/crates-io.scm (rust-httparse-1): Move from here ...
* gnu/packages/crates-web.scm: ... to here.

Change-Id: I941a397f506a25179e74167a3e4c463a342e935b
master
Efraim Flashner 2024-01-24 10:50:28 +02:00
parent 80fca36e8e
commit 4f95fd68dd
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
2 changed files with 20 additions and 20 deletions

View File

@ -27827,26 +27827,6 @@ characters in HTML, decoding and unescaping HTML entities as well.")
and traversing, manipulating, and querying the document tree.")
(license license:expat)))
(define-public rust-httpdate-1
(package
(name "rust-httpdate")
(version "1.0.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "httpdate" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1aa9rd2sac0zhjqh24c9xvir96g188zldkx0hr6dnnlx5904cfyz"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.5))))
(home-page "https://github.com/pyfisch/httpdate")
(synopsis "HTTP date parsing and formatting")
(description
"This crates parses and formats HTTP datetime strings.")
(license (list license:expat license:asl2.0))))
(define-public rust-human-format-1
(package
(name "rust-human-format")

View File

@ -2087,6 +2087,26 @@ HTTP request or response body.")
"This package provides a tiny, safe, speedy, zero-copy HTTP/1.x parser.")
(license (list license:asl2.0 license:expat))))
(define-public rust-httpdate-1
(package
(name "rust-httpdate")
(version "1.0.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "httpdate" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1aa9rd2sac0zhjqh24c9xvir96g188zldkx0hr6dnnlx5904cfyz"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.5))))
(home-page "https://github.com/pyfisch/httpdate")
(synopsis "HTTP date parsing and formatting")
(description
"This crates parses and formats HTTP datetime strings.")
(license (list license:expat license:asl2.0))))
(define-public rust-hyper-0.14
(package
(name "rust-hyper")