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.
45 lines
1.1 KiB
45 lines
1.1 KiB
[package]
|
|
name = "wasm-pack"
|
|
description = "📦✨ your favorite rust -> wasm workflow tool!"
|
|
version = "0.13.1"
|
|
authors = ["Ashley Williams <ashley666ashley@gmail.com>", "Jesper Håkansson <jesper@jesperh.se>"]
|
|
repository = "https://github.com/rustwasm/wasm-pack.git"
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
readme = "README.md"
|
|
categories = ["wasm"]
|
|
documentation = "https://rustwasm.github.io/wasm-pack/"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.68"
|
|
binary-install = "0.4.1"
|
|
cargo_metadata = "0.15.2"
|
|
chrono = "0.4.23"
|
|
console = "0.15.5"
|
|
dialoguer = "0.10.3"
|
|
env_logger = { version = "0.10.0", default-features = false }
|
|
glob = "0.3.1"
|
|
human-panic = "1.0.3"
|
|
log = "0.4.17"
|
|
parking_lot = "0.12.1"
|
|
semver = "1.0.16"
|
|
serde = "1.0.152"
|
|
serde_derive = "1.0.152"
|
|
serde_ignored = "0.1.7"
|
|
serde_json = "1.0.91"
|
|
siphasher = "0.3.10"
|
|
strsim = "0.10.0"
|
|
clap = { version = "4.2.5", features = ["derive"] }
|
|
toml = "0.7.3"
|
|
ureq = { version = "2.6.2", features = ["json", "socks-proxy"] }
|
|
walkdir = "2.3.2"
|
|
which = "4.4.0"
|
|
path-clean = "1.0.1"
|
|
|
|
[dev-dependencies]
|
|
assert_cmd = "2.0.8"
|
|
lazy_static = "1.4.0"
|
|
predicates = "3.0.3"
|
|
serial_test = "2.0.0"
|
|
tempfile = "3.3.0"
|
|
|
|
|