-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
31 lines (30 loc) · 950 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
[package]
name = "hnt-explorer"
version = "0.1.0"
edition = "2021"
[dependencies]
anchor-lang = "*"
axum = { version = "0.7", features = ["query"] }
axum-server = { version = "0" }
base64 = ">=0.20"
bs58 = "0"
chrono = "0"
csv = "*"
clap = { version = "4", features = ["derive"]}
futures = "0"
helium-crypto = {version = "0.6.3", features = ["solana"] }
helium-anchor-gen = { git = "https://github.com/lthiery/helium-anchor-gen.git" }
reqwest = { version = "0", default-features = false, features = ["rustls-tls", "json"]}
serde = { version = "*", features = ["derive"] }
serde_json = "*"
json = "*"
lazy_static = "1"
rand = "0.8"
serde_bytes = "0"
spl-associated-token-account = { version = "2", features = ["no-entrypoint"] }
spl-token-2022 = { version = "1", features = ["no-entrypoint"] }
tokio ={ version = "1", features = ["fs", "macros", "rt-multi-thread"] }
thiserror = "1"
helium-api = "3"
mime_guess = "2"
rust_decimal = { version = "1" }