-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
44 lines (40 loc) · 861 Bytes
/
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
40
41
42
43
44
[package]
name = "firehose-geyser-plugin"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
agave-geyser-plugin-interface = "~2.0.10"
lazy_static = "1.5.0"
anyhow = "1.0.62"
config = "0.14.1"
tokio = "1.41.0"
crossbeam-channel = "0.5.13"
base58 = "0.2"
bincode = "1.3.3"
tracing = "0.1.40"
cargo-lock = "9.0.0"
prost-types = "0.11"
git-version = "0.3.5"
log = "0.4.22"
vergen = "9.0.0"
prost = "0.11.9"
solana-program = "1.17.7"
rbase64 = "2.0.3"
solana-rpc-client = "2.0.14"
solana-rpc-client-api = "2.0.14"
solana-transaction-status = "2.0.14"
serde_json = "1.0.132"
serde = { version = "1.0.215", features = ["derive"] }
solana-sdk = "2.0.14"
sleep = "1.0.2"
env_logger = "0.9.3"
gxhash = "3.4.1"
hex = "0.4.3"
[dev-dependencies]
tempfile = "3.10.1"
wiremock = "0.6.2"
[profile.release]
lto = true
codegen-units = 1