[package] name = "prometheus-json-encoder" license = "Apache-2.0" version = "0.1.1" edition = "2021" authors = ["Ali "] description = "JSON encoder implementation for the prometheus crate : https://docs.rs/prometheus/latest/prometheus/" publish = true include = [ "**/*.rs", "Cargo.toml", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] opentelemetry = "0.17.0" opentelemetry-prometheus = "0.10.0" prometheus = "0.13.0" serde_json = "1.0.82" protobuf = "2.27.1"