# 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 = "promquery" version = "1.0.0" authors = ["Romain Ruetschi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Query and visualize Prometheus metrics from the command-line." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/romac/promquery" [[bin]] name = "promquery" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.derive_more] version = "1.0.0" features = ["display"] [dependencies.ordered-float] version = "4.2.2" [dependencies.owo-colors] version = "4.1.0" [dependencies.pluralizer] version = "0.4.0" [dependencies.prometheus-parse] version = "0.2.5" [dependencies.reqwest] version = "0.12.7" [dependencies.textplots] version = "0.8.6" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt", "net", ]