# 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 = "kommitted" version = "0.3.1" authors = [ "Ivan De Marino ", "Ivan De Marino ", "Kafkesc ", ] exclude = [ ".github/", ".gitignore", "Dockerfile", "CHANGELOG_GUIDANCE.md", ] description = "Measure Kafka Consumer Offset Lag and Time Lag" homepage = "https://github.com/kafkesc/kommitted" readme = "README.md" keywords = [ "kafka", "consume", "lag", "monitoring", "performance", ] categories = [ "command-line-utilities", "development-tools", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kafkesc/kommitted" [profile.release] lto = true strip = true [dependencies.axum] version = "0.7.5" features = ["http2"] [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.4" features = [ "derive", "deprecated", "env", "wrap_help", ] [dependencies.const_format] version = "0.2.32" [dependencies.ctrlc] version = "3.4.4" features = ["termination"] [dependencies.env_logger] version = "0.11.3" [dependencies.exit-code] version = "1.0.0" [dependencies.hyper] version = "1.3.1" features = [ "http1", "http2", "server", ] [dependencies.konsumer_offsets] version = "0.3.2" features = ["ts_chrono"] default-features = false [dependencies.log] version = "0.4.21" [dependencies.prometheus] version = "0.13.4" [dependencies.regex] version = "1.10.4" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.37.0" features = [ "rt", "rt-multi-thread", "time", "sync", "macros", ] [dependencies.tokio-util] version = "0.7.11" [dependencies.tower-http] version = "0.5" features = ["timeout"] [target."cfg(unix)".dependencies.rdkafka] version = "0.36.2" features = [ "ssl-vendored", "gssapi-vendored", "libz-static", ]