# 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 = "streambed-kafka" version = "0.11.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides commit log functionality to connect with the Kafka HTTP API" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/streambed/streambed-rs.git" [lib] name = "streambed_kafka" path = "src/lib.rs" [[test]] name = "commit_log" path = "tests/commit_log.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.async-stream] version = "0.3.3" [dependencies.async-trait] version = "0.1.60" [dependencies.clap] version = "4.0.29" features = [ "derive", "env", ] [dependencies.humantime] version = "2.1.0" [dependencies.log] version = "0.4.17" [dependencies.metrics] version = "0.20.1" default-features = false [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde_json] version = "1.0.90" [dependencies.smol_str] version = "0.2.0" features = ["serde"] [dependencies.streambed] version = "0.11.1" features = ["reqwest"] [dependencies.tokio] version = "1.23.0" [dependencies.tokio-stream] version = "0.1.11" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.http] version = "0.2.8" [dev-dependencies.hyper] version = "0.14.23" features = [ "tcp", "stream", "http1", "http2", "client", "server", "runtime", ] default-features = false [dev-dependencies.streambed-test] version = "0.11.1" [dev-dependencies.test-log] version = "0.2.11"