mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-01 10:46:41 +00:00
51 lines
1.6 KiB
TOML
51 lines
1.6 KiB
TOML
# 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.30"
|
|
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.57"
|
|
|
|
[dependencies.wasm-bindgen]
|
|
version = "0.2.80"
|
|
|
|
[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.30"
|
|
[target."cfg(target_feature = \"atomics\")".dependencies.web-sys]
|
|
version = "0.3.24"
|
|
features = ["MessageEvent", "Worker"]
|