fork of https://github.com/rustwasm/wasm-pack for the needs of NextGraph.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.1 KiB
50 lines
1.1 KiB
[package]
|
|
name = "wasm-pack"
|
|
description = "📦✨ your favorite rust -> wasm workflow tool!"
|
|
version = "0.8.1"
|
|
authors = ["Ashley Williams <ashley666ashley@gmail.com>"]
|
|
repository = "https://github.com/ashleygwilliams/wasm-pack.git"
|
|
license = "MIT/Apache-2.0"
|
|
readme = "README.md"
|
|
categories = ["wasm"]
|
|
documentation = "https://rustwasm.github.io/wasm-pack/"
|
|
|
|
[dependencies]
|
|
atty = "0.2.11"
|
|
cargo_metadata = "0.8.0"
|
|
console = "0.6.1"
|
|
dialoguer = "0.3.0"
|
|
curl = "0.4.13"
|
|
dirs = "1.0.4"
|
|
env_logger = { version = "0.5.13", default-features = false }
|
|
failure = "0.1.2"
|
|
human-panic = "1.0.1"
|
|
glob = "0.2"
|
|
log = "0.4.6"
|
|
openssl = { version = '0.10.11', optional = true }
|
|
parking_lot = "0.6"
|
|
reqwest = "0.9.14"
|
|
semver = "0.9.0"
|
|
serde = "1.0.74"
|
|
serde_derive = "1.0.74"
|
|
serde_ignored = "0.0.4"
|
|
serde_json = "1.0.26"
|
|
strsim = "0.8.0"
|
|
siphasher = "0.2.3"
|
|
structopt = "0.2"
|
|
toml = "0.4"
|
|
which = "2.0.0"
|
|
binary-install = "0.0.2"
|
|
walkdir = "2"
|
|
chrono = "0.4.6"
|
|
|
|
[dev-dependencies]
|
|
assert_cmd = "0.11"
|
|
lazy_static = "1.1.0"
|
|
predicates = "1.0.0"
|
|
serial_test = "0.2"
|
|
serial_test_derive = "0.2"
|
|
tempfile = "3"
|
|
|
|
[features]
|
|
vendored-openssl = ['openssl/vendored']
|
|
|