# 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 = "2018" rust-version = "1.63.0" name = "prometheus-edge-detector" version = "0.3.0" authors = ["Robin Appelman "] description = "Find the most recent rising or dropping edge from a prometheus query" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/icewind1991/prometheus-edge-detector" [dependencies.futures-util] version = "0.3.30" [dependencies.reqwest] version = "0.11.24" features = ["json"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.36" features = ["time"] [dev-dependencies.main_error] version = "0.1.2" [dev-dependencies.tokio] version = "1.36" features = [ "macros", "rt-multi-thread", ] [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"]