# 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.0" name = "tiny_kafka" version = "1.0.6" authors = ["Christos Ploutarchou "] description = "A tiny Kafka client library with producer and consumer functionalities." homepage = "https://github.com/cploutarchou/tiny_kafka" documentation = "https://docs.rs/tiny_kafka" readme = "README.md" keywords = [ "kafka", "rust-client", "producer", "consumer", "streaming", ] categories = [ "network-programming", "asynchronous", "database", "api-bindings", ] license = "MIT" repository = "https://github.com/cploutarchou/tiny_kafka" [lib] name = "tiny_kafka" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.backoff] version = "0.4" features = ["tokio"] [dependencies.bytes] version = "1.5.0" [dependencies.regex] version = "1.5" features = ["unicode-case"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "full", "test-util", ] [dependencies.tracing] version = "0.1" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.mockall] version = "0.12.1" [dev-dependencies.tokio-test] version = "0.4" [dev-dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.tracing-test] version = "0.2"