# 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.66.0" name = "vise-exporter" version = "0.1.0" authors = ["The Matter Labs Team "] description = "Prometheus exporter for metrics defined using `vise`" readme = "README.md" keywords = [ "metrics", "monitoring", "openmetrics", "prometheus", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/matter-labs/vise" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.hyper] version = "0.14" features = [ "client", "server", "http1", "tcp", ] [dependencies.metrics-exporter-prometheus] version = "0.12" optional = true default-features = false [dependencies.once_cell] version = "1.17" [dependencies.tokio] version = "1" features = ["time"] [dependencies.tracing] version = "0.1.37" [dependencies.vise] version = "0.1.0" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.metrics] version = "0.21" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [dev-dependencies.tracing-capture] version = "0.1.0" [dev-dependencies.tracing-subscriber] version = "0.3.17" [dev-dependencies.version-sync] version = "0.9.5" [features] default = [] legacy = ["metrics-exporter-prometheus"]