[package] name = "ore-cli" version = "1.0.0-alpha" description = "A command line interface for the ORE cryptocurrency mining." license = "Apache-2.0" edition = "2021" [[bin]] name = "ore" path = "src/main.rs" [features] default = [] admin = [] [dependencies] bincode = "1.3.3" bs58 = "0.5.1" bytemuck = "1.15.0" cached = "0.46.1" chrono = "0.4.38" clap = { version = "4.4.12", features = ["derive"] } colored = "2.0" drillx = "2.0.0-beta" futures = "0.3.30" num_cpus = "1.16.0" ore-api = "2.0.0-beta" ore-utils = "2.0.0-beta" rand = "0.8.4" solana-cli-config = "^1.18" solana-client = "^1.18" solana-program = "^1.18" solana-rpc-client = "^1.18" solana-sdk = "^1.18" solana-transaction-status = "^1.18" spl-token = { version = "^4", features = ["no-entrypoint"] } spl-associated-token-account = { version = "^2.3", features = [ "no-entrypoint" ] } tokio = "1.35.1"