# 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 = "ksunami" version = "0.1.10" authors = [ "Ivan De Marino ", "Kafkesc ", ] exclude = [ ".github/", ".cargo/", ".gitignore", "images/*", "CHANGELOG_GUIDANCE.md", ] description = "Produce constant, configurable, cyclical waves of Kafka Records" homepage = "https://github.com/kafkesc/ksunami" readme = "README.md" keywords = [ "kafka", "workload", "testing", "performance", "developer-tools", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kafkesc/ksunami" [profile.release] lto = true strip = true [dependencies.clap] version = "4.5.4" features = [ "derive", "deprecated", "env", "wrap_help", ] [dependencies.ctrlc] version = "3.4.4" features = ["termination"] [dependencies.env_logger] version = "0.11.3" [dependencies.flo_curves] version = "0.7.2" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.21" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.37.0" features = [ "rt", "rt-multi-thread", "time", "sync", "macros", ] [target."cfg(unix)".dependencies.rdkafka] version = "0.36.2" features = [ "ssl-vendored", "gssapi-vendored", "libz-static", ]