-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
38 lines (35 loc) · 1.34 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
[package]
name = "merklers"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pmtree = { git = "https://github.com/arcpay/pmtree", rev = "577f222fd22d68ea33c3903d7eaf19f9ea24083e" }
utils = { git = "https://github.com/vacp2p/zerokit.git", rev = "be88a432d7ac58d02371025f909ba087d0a013c0" }
rln = { git = "https://github.com/vacp2p/zerokit.git", rev = "be88a432d7ac58d02371025f909ba087d0a013c0" }
async-graphql = "5.0.10"
tokio = { version = "1", features = ["full"] }
axum = "0.6.18"
async-graphql-axum = "5.0.10"
serde = "1.0.164"
secp256k1 = "0.27.0"
sha3 = "0.10.8"
tokio-postgres = "0.7.8"
lapin = "2.2.1"
futures-lite = "1.13.0"
num-bigint = "0.4.3"
pg_bigdecimal = { version = "0.1.5", features = ["serde"] }
serde_bytes = "0.11.11"
serde_json = "1.0.100"
clap = { version = "4.3.11", features = ["derive"] }
bincode = "1.3.3"
serde_with = { version = "3.1.0", default-features = false, features = ["macros"] }
ethers = "2.0.8"
eyre = "0.6.8"
tracing-subscriber = {version = "0.3.17", features = ["std", "env-filter"]}
tracing = "0.1.37"
tracing-opentelemetry = "0.20.0"
metrics = "0.21.1"
metrics-exporter-prometheus = "0.12.1"
opentelemetry = { version = "0.20.0", features = ["rt-tokio"] }
opentelemetry-jaeger = { version = "0.19.0", features = ["rt-tokio"] }