-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
36 lines (35 loc) · 1.16 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
[package]
name = "ton-node"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
argh = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
broxus-util = { version = "0.2", features = ["signal", "public-ip"] }
ton-indexer = { git = "https://github.com/hacker-volodya/ton-indexer", features = ["ton"] }
tokio = "1"
async-trait = "0.1"
tracing = "0.1"
futures-util = "0.3"
axum = "0.7.2"
ton_block = { git = "https://github.com/broxus/ton-labs-block.git", features = ["ton"] }
prometheus = { version = "0.13.3", features = ["process"] }
ton_liteapi = "0.2.0"
adnl = "2.0.0"
ton_types = { git = "https://github.com/broxus/ton-labs-types.git" }
tower = { version = "0.4.13" }
hex = "0.4"
x25519-dalek = { version = "2.0.1", features = ["static_secrets"] }
metrics = "0.22.3"
metrics-exporter-prometheus = { version = "0.14.0", default-features = false }
tokio-metrics-collector = { version = "0.2.1", features = ["rt"] }
ureq = "2.9.7"
fs_extra = "1.3.0"
tracing-opentelemetry = "0.16.0"
opentelemetry-jaeger = "0.15.0"
opentelemetry = "0.16"
tonlib-sys = "2024.6"
base64 = "0.22.1"