# 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" name = "simple-kafka" version = "0.0.8" authors = ["hitol <1126031033@qq.com>"] description = "easier to use kafka message" documentation = "https://docs.rs/simple-kafka" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/hitolz/simple-kafka/" [dependencies.futures] version = "0.3.28" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.rdkafka] version = "0.34.0" features = ["tokio"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3.7" features = ["macros"] [dependencies.tokio] version = "1.18.0" features = [ "rt", "time", "full", ] [dependencies.toml] version = "0.8.0"