-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
35 lines (33 loc) · 868 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
[package]
name = "switchboard-on-demand-client"
description = "Switchboard On Demand Client: Interact with the Switchboard On Demand and Crossbar API"
version = "0.2.5"
edition = "2021"
license = "MIT"
[dependencies]
anyhow_ext = "0.2.1"
arrayref = "0.3.7"
base58 = "0.2.0"
base64 = "0.22.1"
bincode = "1.3.3"
borsh = "0.9.3"
bs58 = { version = "0.4", features = ["alloc"] }
bytemuck = "1.16.1"
futures = "0.3.30"
hex = "0.4.3"
lazy_static = "1.5.0"
pbjson = "0.7.0"
prost = "0.13.1"
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
rust_decimal = "1.35.0"
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0.209"
serde_json = "1.0"
sha2 = "0.10.8"
dashmap = "6.0.1"
solana-client = "^1.16"
solana-sdk = "^1.16"
tokio = { version = "^1", features = ["full"] }
[features]
devnet = []
solana_sdk_1_16 = []