# 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] name = "mount_status_monitor" version = "2.1.5" authors = ["Chris Adams "] description = "Paranoid filesystem monitor which reports malfunctioning mountpoints" homepage = "https://github.com/acdha/mountstatus" readme = "README.markdown" license = "CC0-1.0" repository = "https://github.com/acdha/mountstatus.git" [dependencies.argparse] version = "0.2.2" [dependencies.error-chain] version = "0.12.2" [dependencies.hostname] version = "0.3.1" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.libc] version = "0.2.67" [dependencies.log] version = "0.4.8" [dependencies.prometheus] version = "0.8.0" features = ["push"] optional = true [dependencies.protobuf] version = "2.10.2" [dependencies.rayon] version = "1.3.0" [dependencies.syslog] version = "5.0.0" [dependencies.wait-timeout] version = "0.2.0" [features] default = ["with_prometheus"] with_prometheus = ["lazy_static", "prometheus", "hostname"]