# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "kafka-topic-analyzer" version = "0.4.0" authors = ["Mario Mueller "] description = "An analyzer for getting metrics about the contents of a Apache Kafka topic" keywords = ["cli", "kafka"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/xenji/kafka-topic-analyzer" [dependencies.bit-set] version = "~0.4" [dependencies.chrono] version = "~0.4" [dependencies.clap] version = "~2.29" [dependencies.env_logger] version = "~0.5" [dependencies.indicatif] version = "0.9.0" [dependencies.log] version = "~0.4" [dependencies.prettytable-rs] version = "~0.6" [dependencies.rdkafka] version = "~0.15" [dependencies.uuid] version = "~0.6" features = ["v4"] [features] dynamic_linking = ["rdkafka/dynamic_linking"]