wasm-bindgen-futures 0.4.5

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

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

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

[package]
authors = ["The wasm-bindgen Developers"]
description = "Bridging the gap between Rust Futures and JavaScript Promises"
documentation = "https://docs.rs/wasm-bindgen-futures"
edition = "2018"
homepage = "https://rustwasm.github.io/wasm-bindgen/"
license = "MIT/Apache-2.0"
name = "wasm-bindgen-futures"
readme = "./README.md"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures"
version = "0.4.5"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.futures-channel-preview]
version = "0.3.0-alpha.18"

[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.3.5"
[target."cfg(target_feature = \"atomics\")".dependencies.web-sys]
features = ["MessageEvent", "Worker"]
version = "0.3.24"