# 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 = "prometheus-http-api-rs" version = "0.1.0" authors = ["Seb Ospina "] description = "API to interact with Prometheus HTTP API" readme = "README.md" keywords = ["prometheus"] categories = ["web-programming::http-client"] license = "Apache-2.0" repository = "https://github.com/sebosp/prometheus-http-api-rs" resolver = "2" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["client", "http1"] [dependencies.hyper-tls] version = "0.5" [dependencies.percent-encoding] version = "2.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.22" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.tracing] version = "0.1" features = ["log", "log-always"] [dev-dependencies.tracing-log] version = "0.1" features = ["env_logger"]