-
Notifications
You must be signed in to change notification settings - Fork 479
Expand file tree
/
Copy pathCargo.toml
More file actions
45 lines (42 loc) · 1.13 KB
/
Cargo.toml
File metadata and controls
45 lines (42 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[package]
name = "wasm-pack"
description = "📦✨ your favorite rust -> wasm workflow tool!"
version = "0.14.0"
authors = ["Ashley Williams <ashley666ashley@gmail.com>", "Jesper Håkansson <jesper@jesperh.se>"]
repository = "https://github.com/drager/wasm-pack.git"
license = "MIT OR Apache-2.0"
edition = "2021"
readme = "README.md"
categories = ["wasm"]
documentation = "https://drager.github.io/wasm-pack/"
[dependencies]
anyhow = "1.0.100"
binary-install = "0.4.1"
cargo_metadata = "0.23.1"
chrono = "0.4.42"
console = "0.16.1"
dialoguer = "0.12.0"
env_logger = { version = "0.11.8", default-features = false }
glob = "0.3.3"
human-panic = "2.0.4"
log = "0.4.28"
parking_lot = "0.12.5"
semver = "1.0.27"
serde = "1.0.228"
serde_derive = "1.0.228"
serde_ignored = "0.1.14"
serde_json = "1.0.145"
siphasher = "1.0.1"
strsim = "0.11.1"
clap = { version = "4.2.5", features = ["derive"] }
toml = "0.9.8"
ureq = { version = "2.12.1", features = ["json", "socks-proxy"] }
walkdir = "2.5.0"
which = "8.0.0"
path-clean = "1.0.1"
[dev-dependencies]
assert_cmd = "2.1.1"
lazy_static = "1.5.0"
predicates = "3.1.3"
serial_test = "3.2.0"
tempfile = "3.23.0"