-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (28 loc) · 939 Bytes
/
Cargo.toml
File metadata and controls
29 lines (28 loc) · 939 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
[package]
name = "yellowstone-faithful-car-source"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0"
async-trait = "0.1"
bincode = "1.3"
bytes = "1.10"
cid = "0.11"
clap = { version = "4.5", features = ["derive", "env", "std"] }
crc = "3.3"
fnv = "1.0.7"
indexmap = "2.6"
multihash = "0.19"
prost = "0.14"
serde = { version = "1.0", features = ["derive"] }
serde_cbor = "0.11"
solana-sdk = "3.0"
solana-message = "3.0.1"
solana-transaction-status = "3.0"
thiserror = "1.0"
tokio = { version = "1.48", features = ["fs", "io-util", "macros", "process", "rt-multi-thread"] }
tracing = "0.1"
yellowstone-grpc-proto = { version = "9.1", default-features = false, features = ["convert"] }
yellowstone-vixen = { git = "https://github.com/rpcpool/yellowstone-vixen", package = "yellowstone-vixen" }
yellowstone-vixen-core = { git = "https://github.com/rpcpool/yellowstone-vixen", package = "yellowstone-vixen-core" }
zstd = "0.13"