-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
executable file
·36 lines (34 loc) · 995 Bytes
/
Copy pathCargo.toml
File metadata and controls
executable file
·36 lines (34 loc) · 995 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
[package]
name = "sol-tx-send"
version = "0.2.0-alpha.0"
edition = "2024"
[dependencies]
ahash = "0.8"
base64 = "0.22.1"
rand = "0.9.2"
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
serde_json = "1.0"
tokio = { version = "1.50", features = ["full"] }
async-trait = "0.1"
log = "0.4"
dotenvy = "0.15"
bincode = "1.3"
lazy_static = "1.5"
serde = "1.0.228"
solana-sdk = "3.0.0"
solana-client = "3.1.11"
solana-compute-budget-interface = "3.0.0"
solana-system-interface = "2.0.0"
utils = { git = "https://github.com/miaomiaowu0428/sol-utils.git" }
rustls = "0.23.37"
solana-tls-utils = "3.1.11"
anyhow = "1.0.102"
quinn = "0.11.9"
astralane-quic-client = { git = "https://github.com/miaomiaowu0428/astralane-quic-client.git" }
# Harmonic gRPC
tonic = { version = "0.12", features = ["transport", "tls", "tls-native-roots", "tls-webpki-roots"] }
prost = "0.13"
prost-types = "0.13"
[build-dependencies]
protoc-bin-vendored = "3"
tonic-build = "0.12"