gnu: Add rust-tokio-tungstenite-0.21.
* gnu/packages/crates-io.scm (rust-tokio-tungstenite-0.21): New variable. (rust-tokio-tungstenite-0.20): Inherit from rust-tokio-tungstenite-0.21. Change-Id: Iaccb47c774ad1c64aacdfefdfc05886f48e35b88
This commit is contained in:
		
							parent
							
								
									96554b9cec
								
							
						
					
					
						commit
						caaa3dd5fe
					
				
					 1 changed files with 38 additions and 8 deletions
				
			
		|  | @ -77136,8 +77136,45 @@ implementation of TLS for nonblocking I/O streams.") | |||
|         ("rust-security-framework" ,rust-security-framework-0.2) | ||||
|         ("rust-tokio" ,rust-tokio-0.1)))))) | ||||
| 
 | ||||
| (define-public rust-tokio-tungstenite-0.21 | ||||
|   (package | ||||
|     (name "rust-tokio-tungstenite") | ||||
|     (version "0.21.0") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (crate-uri "tokio-tungstenite" version)) | ||||
|        (file-name (string-append name "-" version ".tar.gz")) | ||||
|        (sha256 | ||||
|         (base32 "0f5wj0crsx74rlll97lhw0wk6y12nhdnqvmnjx002hjn08fmcfy8")))) | ||||
|     (build-system cargo-build-system) | ||||
|     (arguments | ||||
|      `(#:cargo-inputs (("rust-futures-util" ,rust-futures-util-0.3) | ||||
|                        ("rust-log" ,rust-log-0.4) | ||||
|                        ("rust-native-tls" ,rust-native-tls-0.2) | ||||
|                        ("rust-rustls" ,rust-rustls-0.22) | ||||
|                        ("rust-rustls-native-certs" ,rust-rustls-native-certs-0.7) | ||||
|                        ("rust-rustls-pki-types" ,rust-rustls-pki-types-1) | ||||
|                        ("rust-tokio" ,rust-tokio-1) | ||||
|                        ("rust-tokio-native-tls" ,rust-tokio-native-tls-0.3) | ||||
|                        ("rust-tokio-rustls" ,rust-tokio-rustls-0.25) | ||||
|                        ("rust-tungstenite" ,rust-tungstenite-0.21) | ||||
|                        ("rust-webpki-roots" ,rust-webpki-roots-0.26)) | ||||
|        #:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.10) | ||||
|                                    ("rust-futures-channel" ,rust-futures-channel-0.3) | ||||
|                                    ("rust-hyper" ,rust-hyper-0.14) | ||||
|                                    ("rust-tokio" ,rust-tokio-1) | ||||
|                                    ("rust-url" ,rust-url-2)))) | ||||
|     (home-page "https://github.com/snapview/tokio-tungstenite") | ||||
|     (synopsis "Tokio binding for Tungstenite") | ||||
|     (description | ||||
|      "This package provides Tokio binding for Tungstenite, the lightweight | ||||
| stream-based @code{WebSocket} implementation.") | ||||
|     (license license:expat))) | ||||
| 
 | ||||
| (define-public rust-tokio-tungstenite-0.20 | ||||
|   (package | ||||
|     (inherit rust-tokio-tungstenite-0.21) | ||||
|     (name "rust-tokio-tungstenite") | ||||
|     (version "0.20.1") | ||||
|     (source | ||||
|  | @ -77147,7 +77184,6 @@ implementation of TLS for nonblocking I/O streams.") | |||
|        (file-name (string-append name "-" version ".tar.gz")) | ||||
|        (sha256 | ||||
|         (base32 "0v1v24l27hxi5hlchs7hfd5rgzi167x0ygbw220nvq0w5b5msb91")))) | ||||
|     (build-system cargo-build-system) | ||||
|     (arguments | ||||
|      `(#:cargo-inputs (("rust-futures-util" ,rust-futures-util-0.3) | ||||
|                        ("rust-log" ,rust-log-0.4) | ||||
|  | @ -77163,13 +77199,7 @@ implementation of TLS for nonblocking I/O streams.") | |||
|                                    ("rust-futures-channel" ,rust-futures-channel-0.3) | ||||
|                                    ("rust-hyper" ,rust-hyper-0.14) | ||||
|                                    ("rust-tokio" ,rust-tokio-1) | ||||
|                                    ("rust-url" ,rust-url-2)))) | ||||
|     (home-page "https://github.com/snapview/tokio-tungstenite") | ||||
|     (synopsis "Tokio binding for Tungstenite") | ||||
|     (description | ||||
|      "This package provides Tokio binding for Tungstenite, the lightweight | ||||
| stream-based @code{WebSocket} implementation.") | ||||
|     (license license:expat))) | ||||
|                                    ("rust-url" ,rust-url-2)))))) | ||||
| 
 | ||||
| (define-public rust-tokio-tungstenite-0.19 | ||||
|   (package | ||||
|  |  | |||
		Reference in a new issue