forked from WeBankBlockchain/cargo-liquid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
48 lines (44 loc) · 917 Bytes
/
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
44
45
46
47
48
[package]
name = "cargo-liquid"
version = "1.0.0-rc3"
authors = ["vita-dounai <[email protected]>"]
build = "build.rs"
edition = "2018"
[dependencies]
anyhow = "1.0.32"
structopt = "0.3.26"
heck = "0.3.1"
colored = "2.0.0"
zip = "0.5.6"
cargo_metadata = "0.11.1"
rustc_version = "0.2.3"
cargo-xbuild = "0.6.6"
toml = "0.5.6"
tempfile = "3.1.0"
parity-wasm = "0.41.0"
pwasm-utils = "0.14.0"
which = "4.0.2"
indicatif = { version = "0.15.0", features = ["rayon", "improved_unicode"] }
console = "0.13.0"
env_logger = "*"
log = "*"
log-derive = "*"
petgraph = "0.6"
either = "*"
serde = "*"
serde_json = "*"
itertools = "*"
leb128 = "*"
tiny-keccak = { version = "*", features = ["keccak"] }
libsm = "*"
wabt = "*"
[build-dependencies]
anyhow = "1.0.32"
zip = "0.5.6"
walkdir = "2.3.1"
[[bin]]
name = "cargo-liquid"
path = "src/main/main.rs"
# [[bin]]
# name = "liquid-analy"
# path = "src/analyzer/main.rs"