mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 05:52:21 +03:00
19 lines
678 B
TOML
19 lines
678 B
TOML
[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.3.2"
|
|
|
|
[dependencies]
|
|
futures = "0.1.20"
|
|
js-sys = { path = "../js-sys", version = '0.3.2' }
|
|
wasm-bindgen = { path = "../..", version = '0.2.25' }
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
|
wasm-bindgen-test = { path = '../test', version = '0.2.25' }
|