# 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] edition = "2018" name = "krs" version = "0.2.4" authors = ["Ivan Gozali "] build = "build.rs" description = "Simple Kafka command-line tool" homepage = "https://github.com/igozali/krs" documentation = "https://github.com/igozali/krs" readme = "README.md" keywords = ["kafka", "rdkafka", "consumer", "producer"] categories = ["command-line-utilities"] license = "Unlicense OR MIT" repository = "https://github.com/igozali/krs" [[bin]] name = "krs" path = "src/main.rs" bench = false [dependencies.chrono] version = "~0.4.9" [dependencies.clap] version = "~2.33.0" [dependencies.dotenv] version = "~0.15.0" [dependencies.futures] version = "~0.1.29" [dependencies.rdkafka] version = "~0.22.0" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [dependencies.tokio] version = "~0.1.22" [dependencies.zookeeper] version = "0.5" [dev-dependencies.rand] version = "~0.7.2" [dev-dependencies.scopeguard] version = "~1.0.0"