wasm-bindgen-futures 0.2.20

Bridging the gap between Rust Futures and JavaScript Promises
[package]
authors = ["The wasm-bindgen Developers"]
description = "Bridging the gap between Rust Futures and JavaScript Promises"
documentation = "https://docs.rs/wasm-bindgen-futures"
homepage = "https://rustwasm.github.io/wasm-bindgen/"
license = "MIT/Apache-2.0"
name = "wasm-bindgen-futures"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures"
readme = "./README.md"
version = "0.2.20"

[dependencies]
futures = "0.1.20"
js-sys = { path = "../js-sys", version = '0.2.5' }
wasm-bindgen = { path = "../..", version = '0.2.20' }

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = { path = '../test', version = '0.2.20' }