mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add rust-tungstenite-0.16.
* gnu/packages/crates-web.scm (rust-tungstenite-0.16): New variable. Change-Id: I81871190bd2b318729e07a8586f1311ac85037e1
This commit is contained in:
parent
f511d7f53b
commit
fae58a14e8
1 changed files with 35 additions and 0 deletions
|
@ -6545,6 +6545,41 @@ (define-public rust-tungstenite-0.19
|
|||
("rust-net2" ,rust-net2-0.2)
|
||||
("rust-rand" ,rust-rand-0.8))))))
|
||||
|
||||
(define-public rust-tungstenite-0.16
|
||||
(package
|
||||
(inherit rust-tungstenite-0.21)
|
||||
(name "rust-tungstenite")
|
||||
(version "0.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tungstenite" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1l9s7gi9kgl4zynhbyb7737lmwaxaim4b818lwi7y95f2hx73lva"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-base64" ,rust-base64-0.13)
|
||||
("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-bytes" ,rust-bytes-1)
|
||||
("rust-http" ,rust-http-0.2)
|
||||
("rust-httparse" ,rust-httparse-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-native-tls" ,rust-native-tls-0.2)
|
||||
("rust-rand" ,rust-rand-0.8)
|
||||
("rust-rustls" ,rust-rustls-0.20)
|
||||
("rust-rustls-native-certs" ,rust-rustls-native-certs-0.6)
|
||||
("rust-sha-1" ,rust-sha-1-0.9)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-url" ,rust-url-2)
|
||||
("rust-utf-8" ,rust-utf-8-0.7)
|
||||
("rust-webpki" ,rust-webpki-0.22)
|
||||
("rust-webpki-roots" ,rust-webpki-roots-0.22))
|
||||
#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3)
|
||||
("rust-env-logger" ,rust-env-logger-0.9)
|
||||
("rust-input-buffer" ,rust-input-buffer-0.5)
|
||||
("rust-net2" ,rust-net2-0.2)
|
||||
("rust-rand" ,rust-rand-0.8))))))
|
||||
|
||||
(define-public rust-tungstenite-0.11
|
||||
(package
|
||||
(inherit rust-tungstenite-0.19)
|
||||
|
|
Loading…
Reference in a new issue