solana_scanner/Cargo.toml

21 lines
417 B
TOML
Raw Normal View History

2025-03-27 08:17:57 +01:00
[package]
name = "solana_scanner"
version = "0.1.0"
2025-04-03 08:16:44 +02:00
edition = "2024"
2025-03-27 08:17:57 +01:00
[dependencies]
solana-client = "1.17"
solana-sdk = "1.17"
bs58 = "0.5.0"
2025-04-03 08:16:44 +02:00
solana-commitment-config = "2.2.1"
solana-transaction-status-client-types = "2.2.4"
solana-transaction-status = "1.18.26"
spl-token = "8.0.0"
base64 = "0.22.1"
bincode = "1.3.3"
hex = "0.4"
2025-03-27 08:17:57 +01:00
[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2"