# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "proq" version = "0.1.0" authors = ["Mahmut Bulut ", "Patrice Billaut "] exclude = [".github/*", "examples/*", "graphstore/*", "tests/*", "img/*", "ci/*", "benches/*", "doc/*", "*.png", "*.dot", "*.yml", "*.toml", "*.md"] description = "Idiomatic Async Prometheus Query (PromQL) Client for Rust." homepage = "https://github.com/vertexclique/proq" documentation = "https://docs.rs/proq" readme = "README.md" keywords = ["prometheus", "metrics-gathering", "metrics", "aggregation", "async"] categories = ["asynchronous", "api-bindings", "web-programming"] license = "Apache-2.0/MIT" repository = "https://github.com/vertexclique/proq" [dependencies.chrono] version = "0.4.10" [dependencies.failure] version = "0.1.6" [dependencies.http] version = "0.1.21" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.44" [dependencies.serde_urlencoded] version = "0.6.1" [dependencies.surf] version = "1.0.3" [dependencies.url] version = "1.7" [dependencies.url_serde] version = "0.2.0" [dev-dependencies.futures] version = "0.3.1" [dev-dependencies.once_cell] version = "1.2.0" [badges.maintenance] status = "actively-developed"