[package] name = "sol_sweep" version = "0.1.2" edition = "2021" authors = ["https://github.com/SOLindexer/solSweep.git"] description = "A lightweight CLI indexer for the Solana blockchain." homepage = "https://github.com/SOLindexer" repository = "https://github.com/SOLindexer" license = "MIT" [[bin]] name = "sol_sweep" path = "src/main.rs" [dependencies] solana-client = "1.11.4" solana-sdk = "1.11.4" tokio = { version = "1.8", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" log = "0.4" env_logger = "0.9" clap = { version = "4.0", features = ["derive"] }