forked from broxus/everscale-monitoring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
39 lines (34 loc) · 1.32 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
[package]
name = "everscale-monitoring"
version = "0.1.2"
edition = "2021"
[workspace]
members = ["geoip-resolver"]
[dependencies]
anyhow = "1.0"
arc-swap = "1.5"
argh = "0.1"
async-trait = "0.1"
broxus-util = { version = "0.2", default-features = false, features = ["serde", "config", "alloc", "public-ip", "signal"] }
config = { version = "0.13", default-features = false, features = ["yaml"] }
everscale-crypto = "0.2.0-pre.1"
everscale-network = "0.5"
futures = "0.3"
hex = "0.4.3"
once_cell = "1.10.0"
parking_lot = { version = "0.12.0", features = ["hardware-lock-elision"] }
pomfrit = "0.1"
rand = "0.8"
rustc-hash = "1.1.0"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
tl-proto = { version = "0.4", features = ["derive", "bytes"] }
tokio = { version = "1", features = ["rt-multi-thread", "sync", "macros", "parking_lot"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
is-terminal = "0.4"
nekoton-abi = { git = "https://github.com/broxus/nekoton.git", features = ["derive"] }
ton-indexer = { git = "https://github.com/broxus/ton-indexer.git", features = ["archive-uploader"] }
ton_block = { git = "https://github.com/broxus/ton-labs-block.git" }
ton_types = { git = "https://github.com/broxus/ton-labs-types.git" }
ton_abi = { git = "https://github.com/broxus/ton-labs-abi.git" }