blob: af70b53682b27b46fa0d79d2aabf1b541fee6b45 [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
name = "wasm-streams"
version = "0.2.3"
authors = ["Mattias Buelens <mattias@buelens.com>"]
exclude = [".github/"]
description = """
Bridging between web streams and Rust streams using WebAssembly
"""
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/MattiasBuelens/wasm-streams/"
resolver = "2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[lib]
crate-type = [
"cdylib",
"rlib",
]
[dependencies.futures-util]
version = "0.3.21"
features = [
"io",
"sink",
]
[dependencies.js-sys]
version = "^0.3.47"
[dependencies.wasm-bindgen]
version = "0.2.73"
[dependencies.wasm-bindgen-futures]
version = "^0.4.20"
[dependencies.web-sys]
version = "^0.3.47"
features = ["AbortSignal"]
[dev-dependencies.pin-project]
version = "^1.0.6"
[dev-dependencies.tokio]
version = "^1"
features = [
"macros",
"rt",
]
[dev-dependencies.wasm-bindgen-test]
version = "0.3.20"
[dev-dependencies.web-sys]
version = "^0.3.47"
features = [
"console",
"AbortSignal",
"Response",
"ReadableStream",
"Window",
]