# 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 = "2018" name = "kafka-io" version = "0.2.0" authors = ["Joshua Lane "] description = "Easily read, write from and interact with Apache Kafka" homepage = "https://github.com/lanej/kio" readme = "README.md" license = "MIT" [dependencies.chrono] version = "0.4.0" [dependencies.clap] version = "^3.1" [dependencies.env_logger] version = "0.7.1" [dependencies.log] version = "0.4" [dependencies.prettytable-rs] version = "^0.8" [dependencies.rdkafka] version = "0.24" default_features = false [dependencies.serde_json] version = "1.0"