prometheus-edge-detector 0.3.0

Find the most recent rising or dropping edge from a prometheus query
Documentation
[dependencies.futures-util]
version = "0.3.30"

[dependencies.reqwest]
default-features = false
features = ["json"]
version = "0.11.24"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thiserror]
version = "1.0.57"

[dependencies.tokio]
features = ["time"]
version = "1.36"
[dev-dependencies.main_error]
version = "0.1.2"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.36"

[features]
default = ["default-tls"]
default-tls = ["reqwest/default-tls"]
rustls-tls = ["reqwest/rustls-tls"]

[package]
authors = ["Robin Appelman <robin@icewind.nl>"]
description = "Find the most recent rising or dropping edge from a prometheus query"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "prometheus-edge-detector"
readme = "README.md"
repository = "https://github.com/icewind1991/prometheus-edge-detector"
rust-version = "1.63.0"
version = "0.3.0"