# 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-offsets-parser" version = "0.1.2" authors = ["Joe Wilm "] description = "Parsers for offset message and key on __consumer_offsets topic" documentation = "https://docs.rs/kafka-offsets-parser" license-file = "LICENSE" repository = "https://github.com/onesignal/kafka-offsets-parser" [dependencies.nom] version = "7" [dependencies.thiserror] version = "1" [dev-dependencies.clap] version = "2" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.eyre] version = "0.6" [dev-dependencies.log] version = "0.4" [dev-dependencies.rdkafka] version = "0.26" [dev-dependencies.tokio] version = "1.10" features = ["full"]