# 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 = "mkey_exporter" version = "0.1.2" authors = ["Nick Pillitteri"] description = "Export counts and sizes of Memcached keys matching regular expressions as Prometheus metrics." homepage = "https://github.com/56quarters/mkey_exporter" readme = "README.md" keywords = [ "prometheus", "memcached", ] license = "GPL-3.0+" repository = "https://github.com/56quarters/mkey_exporter" [profile.dist] lto = "thin" inherits = "release" [lib] name = "mkey_exporter" path = "src/mkey_exporter/lib.rs" [[bench]] name = "keys" harness = false [dependencies.axum] version = "0.6.20" [dependencies.clap] version = "4.1.8" features = [ "cargo", "derive", "help", "error-context", "std", "usage", "wrap_help", ] default_features = false [dependencies.mtop-client] version = "0.6.8" [dependencies.pprof] version = "0.12.1" features = ["protobuf-codec"] optional = true [dependencies.prometheus-client] version = "0.21.2" [dependencies.regex] version = "1.9.3" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_yaml] version = "0.9.25" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tower-http] version = "0.4.4" features = ["trace"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [features] default = [] profile = ["dep:pprof"]