# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "solana-block-cacher" version = "1.0.10" description = "Solana Block Cacher is a high-performance, command-line interface (CLI) tool built in Rust. It is designed to efficiently pull blocks from the Solana blockchain, respecting the specified rate limits. This tool intelligently measures the user's connection speed and the rate limit to calculate the optimum number of threads for fetching blocks." homepage = "https://github.com/Jamesmallon1/solana-block-cacher" readme = "README.md" keywords = [ "solana", "blocks", "block", "cache", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Jamesmallon1/solana-block-cacher" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.fern] version = "0.6" [dependencies.indicatif] version = "0.17.7" [dependencies.log] version = "0.4" [dependencies.mockall] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.solana-client] version = "1.17.12" [dependencies.sysinfo] version = "0.30.0" [dependencies.time] version = "0.3.31" [dependencies.tokio] version = "1.35.1"