# 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 = "kafgrind" version = "0.1.0" authors = ["Anil Sharma"] description = "Benchmarking crate for kafka" keywords = [ "kafka", "benchmarking", ] license = "MIT" resolver = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.futures] version = "0.3.27" [dependencies.hdrhistogram] version = "7.5.2" [dependencies.rdkafka] version = "0.29.0" features = ["sasl"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.time] version = "0.3.17" [dependencies.tokio] version = "1.19.2" features = ["full"]