# 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" rust-version = "1.70" name = "ene_kafka" version = "0.2.0" authors = ["Abdullah Sabaa Allil"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ene Kafka is an easy-to-use Rust client for Apache Kafka" readme = "README.md" keywords = [ "kafka", "microservices", "ene-rs", "ene-kafka", "pubsub", ] license = "Apache-2.0" repository = "https://github.com/ene-rs/ene-kafka" [lib] name = "ene_kafka" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.82" [dependencies.chrono] version = "0.4.38" [dependencies.rdkafka] version = "0.36.2" [dependencies.serde] version = "1.0.209" [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", "json", ] [dependencies.uuid] version = "1.10.0" features = ["v4"] [features] default = ["rdkafka"] rdkafka = []