-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathCargo.toml
More file actions
71 lines (68 loc) · 2.79 KB
/
Copy pathCargo.toml
File metadata and controls
71 lines (68 loc) · 2.79 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[workspace]
members = ["keepers/*", "programs/*", "sdk", "tests", "utils/*"]
resolver = "2"
[workspace.dependencies]
anchor-lang = "0.31.1"
anyhow = "1.0.86"
base64 = "0.22.1"
bincode = "1.3.3"
borsh = "1.5.7"
bytemuck = { version = "1.4.0", features = ["derive"] }
clap = { version = "4.3.0", features = ["derive", "env"] }
dotenvy = "0.15.7"
futures = "0.3.21"
futures-util = "0.3.21"
home = "=0.5.11"
http = { version = "0.2.1" }
ipinfo = "3.1.1"
jito-priority-fee-distribution = { features = ["no-entrypoint"], git = "https://github.com/jito-foundation/jito-programs", branch = "master" }
jito-steward = { path = "programs/steward", features = ["no-entrypoint"] }
jito-tip-distribution = { features = ["no-entrypoint"], git = "https://github.com/jito-foundation/jito-programs", branch = "master" }
jito-tip-distribution-sdk = { git = "https://github.com/jito-foundation/jito-programs", branch = "master" }
kobe-client = "0.3.0"
log = "0.4.18"
reqwest = { version = "0.11.27", features = ["json"] }
serde = "1.0.183"
serde_derive = "1.0.183"
serde_json = "1.0.102"
sha2 = "0.10.8"
solana-account-decoder = "=2.3.3"
solana-bincode = "=2.2.1"
solana-clap-utils = "=1.8.26"
solana-client = "=2.3.3"
solana-gossip = { git = "https://github.com/gzalz/agave", branch = "gzalz/v2.3.3" }
solana-metrics = "=2.3.3"
solana-native-token = "=2.2.2"
solana-net-utils = "=2.3.3"
solana-packet = "=2.2.1"
solana-program = "=2.3.0"
solana-program-test = "=2.3.3"
solana-pubkey = "4.1.0"
solana-remote-wallet = "=2.3.3"
solana-rpc-client = "=2.3.3"
solana-rpc-client-api = "=2.3.3"
solana-sdk = "=2.3.1"
solana-streamer = { git = "https://github.com/gzalz/agave", branch = "gzalz/v2.3.3" }
solana-system-interface = "1.0.0"
solana-transaction-status = "=2.3.3"
solana-version = "=2.3.3"
solana-vote-interface = { version = "5.1.1", features = ["bincode"] }
spl-associated-token-account = { version = "7.0.0", features = ["no-entrypoint"] }
spl-pod = "0.5.1"
spl-stake-pool = { features = ["no-entrypoint"], version = "2.0.0" }
spl-token = { version = "4.0", features = ["no-entrypoint"] }
squads-multisig = { git = "https://github.com/jito-foundation/squads-v4", rev = "8deba5de275904e2336c46188ab3039faecd0537" }
stakenet-sdk = { path = "sdk", version = "0.1.0" }
thiserror = "1.0.37"
tokio = { version = "1.47.1", features = ["full"] }
tower = { version = "0.4.13", features = ["limit", "buffer", "timeout", "load-shed"] }
tower-http = { version = "0.4.0", features = ["trace"] }
tracing = { version = "0.1.37" }
tracing-core = "0.1.32"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
uriparse = "0.6.4"
validator-history = { path = "programs/validator-history", version = "0.2.1", features = ["no-entrypoint"] }
[patch.crates-io]
home = { git = "https://github.com/rust-lang/cargo", tag = "0.78.0" }
[profile.release]
overflow-checks = true