wasm-bindgen-futures 0.4.45

Bridging the gap between Rust Futures and JavaScript Promises
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.futures-core]
default-features = false
optional = true
version = "0.3.8"

[dependencies.js-sys]
version = "0.3.72"

[dependencies.wasm-bindgen]
version = "0.2.95"

[features]
futures-core-03-stream = ["futures-core"]

[lib]
name = "wasm_bindgen_futures"
path = "src/lib.rs"

[package]
authors = ["The wasm-bindgen Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Bridging the gap between Rust Futures and JavaScript Promises"
documentation = "https://docs.rs/wasm-bindgen-futures"
edition = "2021"
homepage = "https://rustwasm.github.io/wasm-bindgen/"
include = ["/LICENSE-*", "/src"]
license = "MIT OR Apache-2.0"
name = "wasm-bindgen-futures"
readme = "README.md"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures"
rust-version = "1.57"
version = "0.4.45"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.futures-channel-preview]
version = "0.3.0-alpha.18"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.futures-lite]
default-features = false
version = "1.11.3"

[target.'cfg(target_feature = "atomics")'.dependencies.web-sys]
features = ["MessageEvent", "Worker"]
version = "0.3.24"