# 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 = "clockwork-bench" version = "1.1.4" description = "A benchmarking tool for Clockwork" homepage = "https://clockwork.xyz" documentation = "https://docs.clockwork.xyz" readme = "./README.md" keywords = ["solana"] license = "AGPL-3.0-or-later" repository = "https://github.com/clockwork-xyz/clockwork" [[bin]] name = "clockwork_bench" path = "src/main.rs" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.19" features = ["alloc"] default-features = false [dependencies.clap] version = "3.1.2" features = ["derive"] [dependencies.clockwork-client] version = "1.1.4" [dependencies.clockwork-cron] version = "1.1.4" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.solana-clap-utils] version = "1.10.34" [dependencies.solana-cli-config] version = "1.10.34" [dependencies.solana-client] version = "1.10.34" [dependencies.solana-sdk] version = "1.10.34" [dependencies.thiserror] version = "1.0.30" [dependencies.version] version = "3.0.0"