Vendor dependencies
Let's see how I like this workflow.
This commit is contained in:
parent
34d1830413
commit
9c435dc440
7500 changed files with 1665121 additions and 99 deletions
79
vendor/wasm-bindgen/Cargo.toml
vendored
Normal file
79
vendor/wasm-bindgen/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
# 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"
|
||||
version = "0.2.83"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
description = """
|
||||
Easy support for interacting between JS and Rust.
|
||||
"""
|
||||
homepage = "https://rustwasm.github.io/"
|
||||
documentation = "https://docs.rs/wasm-bindgen"
|
||||
readme = "README.md"
|
||||
categories = ["wasm"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/rustwasm/wasm-bindgen"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["serde-serialize"]
|
||||
|
||||
[lib]
|
||||
test = false
|
||||
|
||||
[dependencies.cfg-if]
|
||||
version = "1.0.0"
|
||||
|
||||
[dependencies.serde]
|
||||
version = "1.0"
|
||||
optional = true
|
||||
|
||||
[dependencies.serde_json]
|
||||
version = "1.0"
|
||||
optional = true
|
||||
|
||||
[dependencies.wasm-bindgen-macro]
|
||||
version = "=0.2.83"
|
||||
|
||||
[features]
|
||||
default = [
|
||||
"spans",
|
||||
"std",
|
||||
]
|
||||
enable-interning = ["std"]
|
||||
serde-serialize = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"std",
|
||||
]
|
||||
spans = ["wasm-bindgen-macro/spans"]
|
||||
std = []
|
||||
strict-macro = ["wasm-bindgen-macro/strict-macro"]
|
||||
xxx_debug_only_print_generated_code = ["wasm-bindgen-macro/xxx_debug_only_print_generated_code"]
|
||||
|
||||
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.js-sys]
|
||||
version = "0.3.60"
|
||||
|
||||
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.serde_derive]
|
||||
version = "1.0"
|
||||
|
||||
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-futures]
|
||||
version = "=0.4.33"
|
||||
|
||||
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
|
||||
version = "=0.3.33"
|
||||
|
||||
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test-crate-a]
|
||||
version = "0.1"
|
||||
|
||||
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test-crate-b]
|
||||
version = "0.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue