gnu: Add rust-wasm-streams-0.2.

* gnu/packages/crates-io.scm (rust-wasm-streams-0.2): New variable.
This commit is contained in:
Efraim Flashner 2023-02-22 12:17:20 +02:00
parent ebe853c4cd
commit bac13ed11e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -68843,6 +68843,34 @@ (define-public rust-wasm-bindgen-test-macro-0.2
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
("rust-quote" ,rust-quote-0.6))))))
(define-public rust-wasm-streams-0.2
(package
(name "rust-wasm-streams")
(version "0.2.3")
(source (origin
(method url-fetch)
(uri (crate-uri "wasm-streams" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0y60yy64p07h684h49159hhws50q6zdnffyirjnjqcq87hvf7fkb"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-futures-util" ,rust-futures-util-0.3)
("rust-js-sys" ,rust-js-sys-0.3)
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
("rust-wasm-bindgen-futures" ,rust-wasm-bindgen-futures-0.4)
("rust-web-sys" ,rust-web-sys-0.3))
#:cargo-development-inputs
(("rust-pin-project" ,rust-pin-project-1)
("rust-tokio" ,rust-tokio-1)
("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3)
("rust-web-sys" ,rust-web-sys-0.3))))
(home-page "https://github.com/MattiasBuelens/wasm-streams/")
(synopsis "Bridging between web streams and Rust streams using WebAssembly")
(description "Bridging between web streams and Rust streams using WebAssembly")
(license (list license:expat license:asl2.0))))
(define-public rust-wasmparser-0.57
(package
(name "rust-wasmparser")