forked from FuelLabs/sway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (35 loc) · 896 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
[package]
name = "test"
version = "0.0.0"
publish = false
authors.workspace = true
edition.workspace = true
[dependencies]
anyhow = "1.0.41"
assert_matches = "1.5.0"
bytes = "1.3.0"
clap = { version = "4", features = ["derive", "env"] }
colored = "2.0.0"
filecheck = "0.5"
forc = { path = "../forc", features = ["test"], default-features = false }
forc-client = { path = "../forc-plugins/forc-client" }
forc-pkg = { path = "../forc-pkg" }
forc-test = { path = "../forc-test" }
forc-tracing = { path = "../forc-tracing" }
fuel-vm = { workspace = true, features = ["random"] }
futures = "0.3.24"
gag = "1.0"
hex = "0.4.3"
miden = "0.3.0"
prettydiff = "0.6"
rand = "0.8"
regex = "1.7"
revm = "2.3.1"
serde_json = "1.0.73"
sway-core = { path = "../sway-core" }
sway-ir = { path = "../sway-ir" }
sway-utils = { path = "../sway-utils" }
textwrap = "0.16.0"
tokio = "1.12"
toml = "0.5"
tracing = "0.1"