-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
55 lines (53 loc) · 1.92 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
44
45
46
47
48
49
50
51
52
53
54
55
[workspace]
resolver = "2"
members = [
"t8n",
"t9n",
"b11r",
"crypto-utils",
"proxy",
"proxy-testgen",
"production-nodes-types",
"openrpc-testgen",
"openrpc-testgen-runner",
]
[workspace.package]
edition = "2021"
version = "0.1.0"
[workspace.dependencies]
auto_impl = "1.2.0"
cainome-cairo-serde = { git = "https://github.com/neotheprogramist/cainome.git", rev = "7adc7d515b05d18d10e936b2be27b22811015917" }
cainome-cairo-serde-derive = { git = "https://github.com/neotheprogramist/cainome.git", rev = "7adc7d515b05d18d10e936b2be27b22811015917" }
clap = { version = "4.5.16", features = ["derive", "env"] }
clap_derive = "4.5.13"
colored = "2.1.0"
crypto-bigint = "0.5.5"
crypto-utils = { path = "./crypto-utils" }
lambdaworks-math = { version = "0.7.0", default-features = false }
num-bigint = { version = "0.4", features = ["serde"], default-features = false }
openrpc-checker = { path = "./openrpc-checker" }
pathfinder-types = { git = "https://github.com/neotheprogramist/types-rs.git", rev = "70bd8ad21c702abb51a7598ef4aab8064cf8eec0" }
rand = "0.8.5"
regex = "1.10.6"
reqwest = { version = "0.12.7", features = ["json", "blocking"] }
serde = { version = "1.0.209", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.127", default-features = false, features = [
"alloc",
"raw_value",
"std",
] }
serde_json_pythonic = "0.1.2"
serde_with = "3.9.0"
sha3 = "0.10.8"
starknet = "=0.12.0"
starknet-devnet-types = { git = "https://github.com/neotheprogramist/starknet-devnet-rs.git", branch = "feat/add-deserialization-serialization" }
starknet-types-core = { version = "0.1.6", default-features = false, features = [
"hash",
"curve",
] }
starknet-types-rpc = { git = "https://github.com/neotheprogramist/types-rs.git", rev = "70bd8ad21c702abb51a7598ef4aab8064cf8eec0" }
thiserror = "1.0.63"
tokio = { version = "1.39.3", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
url = "2.5.2"