# 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 = "kafka" version = "0.10.0" authors = [ "John Ward", "John Ward ", ] description = "Rust client for Apache Kafka" documentation = "https://docs.rs/kafka/" readme = "README.md" keywords = [ "kafka", "queue", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/kafka-rust/kafka-rust" [dependencies.byteorder] version = "1.4.3" [dependencies.crc] version = "3.0.0" [dependencies.flate2] version = "1.0.23" optional = true [dependencies.fnv] version = "1.0.7" [dependencies.openssl] version = "0.10.40" optional = true [dependencies.openssl-sys] version = "0.9.73" optional = true [dependencies.ref_slice] version = "1.2.1" [dependencies.snap] version = "1.0.5" optional = true [dependencies.thiserror] version = "1.0.31" [dependencies.tracing] version = "0.1.34" [dependencies.twox-hash] version = "1.6.3" [dev-dependencies.anyhow] version = "1.0.55" [dev-dependencies.getopts] version = "0.2.21" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.time] version = "0.3.7" [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = [ "snappy", "gzip", "security", ] gzip = ["flate2"] integration_tests = [] nightly = [] security = [ "openssl", "openssl-sys", ] snappy = ["snap"]