# 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 = "talos_rdkafka_utils" version = "0.2.23" description = "RD Kafka utilities used in Talos" homepage = "https://github.com/kindredgroup/talos" readme = "README.md" license = "MIT" repository = "https://github.com/kindredgroup/talos" [lib] doctest = false [dependencies.async-trait] version = "0.1" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" features = [ "kv_unstable", "std", "kv_unstable_serde", ] [dependencies.mockall] version = "0.11.0" [dependencies.rdkafka] version = "0.34.0" features = ["sasl"] [dependencies.talos_common_utils] version = "0.2.23" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1" features = [ "full", "test-util", "macros", "rt", ] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.serial_test] version = "2.0.0" [dev-dependencies.tokio-test] version = "0.4"