-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (31 loc) · 1.01 KB
/
Cargo.toml
File metadata and controls
33 lines (31 loc) · 1.01 KB
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
[package]
name = "sqd-spray"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
bincode = "1.3.3"
bs58 = "0.5.1"
chrono = "0.4.41"
clap = { version = "4.5.41", features = ["derive"] }
faster-hex = "0.10.0"
jsonrpsee = { version = "0.25.1", features = ["server", "tracing"] }
lexical-core = { version = "1.0.5", default-features = false, features = ["write", "write-integers", "write-floats"] }
paste = "1.0.15"
prometheus-client = "0.23.1"
prost = "0.13.5"
prost-types = "0.13.5"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.141"
serde_with = "3.14.0"
serde_yaml = "0.9.33"
solana-transaction-error = { version = "2.2.1", features = ["serde"] }
tikv-jemallocator = "0.6.0"
tokio = { version = "1.46.1", features = ["full"] }
tokio-stream = "0.1.17"
tonic = { version = "0.13.0", features = ["tls-native-roots", "tls-ring", "zstd"] }
tower = "0.5.2"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] }
[build-dependencies]
tonic-build = "0.13.1"