| # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| # |
| # When uploading crates to the registry Cargo will automatically |
| # "normalize" Cargo.toml files for maximal compatibility |
| # with all versions of Cargo and also rewrite `path` dependencies |
| # to registry (e.g., crates.io) dependencies. |
| # |
| # If you are reading this file be aware that the original Cargo.toml |
| # will likely look very different (and much more reasonable). |
| # See Cargo.toml.orig for the original contents. |
| |
| [package] |
| edition = "2018" |
| name = "wasm-bindgen-futures" |
| version = "0.4.34" |
| 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.cfg-if] |
| version = "1.0.0" |
| |
| [dependencies.futures-core] |
| version = "0.3.8" |
| optional = true |
| default-features = false |
| |
| [dependencies.js-sys] |
| version = "0.3.61" |
| |
| [dependencies.wasm-bindgen] |
| version = "0.2.84" |
| |
| [features] |
| futures-core-03-stream = ["futures-core"] |
| |
| [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] |
| version = "1.11.3" |
| default-features = false |
| |
| [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] |
| version = "0.3.34" |
| |
| [target."cfg(target_feature = \"atomics\")".dependencies.web-sys] |
| version = "0.3.24" |
| features = [ |
| "MessageEvent", |
| "Worker", |
| ] |