# 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 = "2018" name = "prometheus_smartctl_temperature_exporter" version = "1.1.0" authors = ["Francesco Cogno "] description = "Prometheus smartctl temperature exporter" homepage = "https://github.com/MindFlavor/prometheus_smartctl_temperature_exporter" documentation = "https://github.com/MindFlavor/prometheus_smartctl_temperature_exporter" readme = "README.md" keywords = [ "prometheus", "exporter", "smartctl", "temperature", ] categories = ["database"] license = "MIT" repository = "https://github.com/MindFlavor/prometheus_smartctl_temperature_exporter" [dependencies.clap] version = "2.33.0" [dependencies.env_logger] version = "0.8.4" [dependencies.hyper] version = "0.14" features = ["stream"] [dependencies.log] version = "0.4.14" [dependencies.prometheus_exporter_base] version = "1.3" features = ["hyper_server"] [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "macros", "rt", ]