# 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 = "prometheus_web_exporter" version = "1.0.6" authors = ["Huseyin Yilmaz "] description = "Web exporter for prometheus" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/huseyinyilmaz/web_exporter" [dependencies.config] version = "0.10.1" [dependencies.futures] version = "0.3.4" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.reqwest] version = "0.10.4" features = ["rustls-tls", "json"] default-features = false [dependencies.scraper] version = "0.11.0" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.serde_yaml] version = "0.8.12" [dependencies.tokio] version = "0.2" features = ["macros"] [dependencies.warp] version = "0.2" features = ["compression"]