# 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 = "rust-with-kafka-tls" version = "1.0.6" authors = ["Jay Johnson "] exclude = [ "kubernetes/*", "docker/*", "notes/*", "target/*", ] description = "Rust messaging with a Strimzi Kafka cluster secured with self-signed tls assets for encryption in transit with mTLS for client authentication" homepage = "https://docs.rs/rust-with-kafka-tls/latest/rust_with_kafka_tls/" documentation = "https://docs.rs/rust-with-kafka-tls" readme = "README.md" keywords = [ "kafka", "tls", "mtls", "encryption", "messaging", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/jay-johnson/rust-with-strimzi-kafka-and-tls" [lib] name = "rust_with_kafka_tls" path = "src/lib.rs" [dependencies.async-std] version = "1.9.0" features = ["attributes"] [dependencies.backoff] version = "0.1.5" [dependencies.chrono] version = "0.4.0" [dependencies.clap] version = "2.18.0" [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3.0" [dependencies.hdrhistogram] version = "7.0.0" [dependencies.log] version = "^0.4.0" [dependencies.maplit] version = "1.0.2" [dependencies.rand] version = "0.3.15" [dependencies.rdkafka] version = "0.28" features = [ "cmake-build", "ssl", "ssl-vendored", ] [dependencies.regex] version = "1.1.6" [dependencies.smol] version = "1.2.4" [dependencies.tokio] version = "1.21.0" features = [ "rt", "time", "macros", "rt-multi-thread", ]