forked from bytecodealliance/cargo-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
43 lines (40 loc) · 1.13 KB
/
Cargo.toml
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
[package]
name = "cargo-component"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.69"
cargo = "0.69.0"
cargo-util = "0.2.3"
clap = { version = "4.1.8", features = ["derive"] }
toml_edit = { version = "0.19.4", features = ["serde"] }
warg-protocol = { git = "https://github.com/bytecodealliance/registry" }
warg-crypto = { git = "https://github.com/bytecodealliance/registry" }
wit-bindgen-core = "0.4.0"
wit-bindgen-rust = "0.4.0"
wit-bindgen-rust-lib = "0.4.0"
wit-parser = "0.6.4"
wit-component = "0.7.3"
pretty_env_logger = { version = "0.4.0", optional = true }
log = "0.4.17"
heck = "0.4.1"
semver = "1.0.16"
serde = { version = "1.0.154", features = ["derive"] }
url = { version = "2.3.1", features = ["serde"] }
tokio = { version = "1.26.0", default-features = false, features = ["macros", "rt-multi-thread"] }
home = "0.5.4"
p256 = "0.13.0"
rand_core = "0.6.4"
serde_json = "1.0.94"
async-trait = "0.1.66"
wat = "1.0.61"
indexmap = "1.9.2"
hex = "0.4.3"
termcolor = "1.2.0"
wasm-metadata = "0.3.1"
[features]
default = ["pretty_env_logger"]
[dev-dependencies]
assert_cmd = "2.0.8"
predicates = "2.1.5"
wasmparser = "0.102.0"