[package] name = "bench" version = "0.1.0" edition = "2021" [dependencies] solana-sdk = { git = "https://github.com/blockworks-foundation/solana", branch="lite_rpc" } solana-rpc-client = { git = "https://github.com/blockworks-foundation/solana", branch="lite_rpc" } log = "0.4.17" anyhow = "1.0.69" serde = "1.0.152" serde_json = "1.0.93" csv = "1.2.0" clap = { version = "4.1.6", features = ["derive"] } tokio = { version = "1.25.0", features = ["full", "fs"]} tracing-subscriber = "0.3.16" dirs = "4.0.0" uuid = { version = "1.3.0", features = ["v4"] }