forked from F1R3FLY-io/f1r3node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
53 lines (51 loc) · 881 Bytes
/
Cargo.toml
File metadata and controls
53 lines (51 loc) · 881 Bytes
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
[workspace]
resolver = "2"
members = [
"casper",
"rspace++",
"rholang",
"shared",
"node",
"models",
"crypto",
"block-storage",
"rspace++/libs/rspace_rhotypes",
"comm",
"graphz",
]
[workspace.dependencies]
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = [
"env-filter",
"fmt",
"json",
] }
tracing-log = "0.2"
tokio = { version = "1", features = ["full"] }
tokio-stream = { version = "0.1", features = ["sync"] }
eyre = "0.6"
thiserror = "2.0"
tonic = "0.14"
tonic-prost = "0.14"
prost = "0.14"
tonic-prost-build = "0.14"
tower = "0.5"
rand = "0.9"
bincode = "1.3.3"
serde = "1.0"
serde_json = "1.0"
itertools = "0.14"
futures = "0.3"
hex = "0.4"
dashmap = "6.1"
imbl = "7"
regex = "1.12"
async-trait = "0.1"
metrics = "0.24"
stacker = "0.1"
num-bigint = "0.4"
num-rational = "0.4"
num-traits = "0.2"
num-integer = "0.1"
[profile.dev]
debug = true