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