-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (26 loc) · 766 Bytes
/
Cargo.toml
File metadata and controls
28 lines (26 loc) · 766 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
[package]
name = "breeze-decoder"
version = "1.0.0"
edition = "2024"
[dependencies]
solana-sdk = "=2.1.16"
serde = { version = "1.0.130", default-features = false }
log = "0.4.14"
async-trait = "0.1.50"
fixed = "=1.23.1"
anyhow = "1.0.41"
reqwest = { version = "0.12.5", default-features = false, features = [
"json",
"native-tls",
] }
# carbon-core = { git = "https://github.com/sevenlabs-hq/carbon", rev = "v0.6.2" }
serde-big-array = "0.5.1"
num-traits = "0.2.19"
solana-instruction = "=2.1.16"
solana-pubkey = "=2.1.16"
solana-account = "=2.1.16"
borsh = { version = "1.5.3", default-features = false, features = ["derive"] }
bs58 = "0.5.0"
tokio = { version = "1.14.0", features = ["full"] }
solana-client = "=2.1.16"
solana-transaction-status = "=2.1.16"