[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" repository = "https://github.com/acdha/mountstatus.git" readme = "README.markdown" license = "CC0-1.0" [dependencies] wait-timeout = "0.2.0" libc = "0.2.67" syslog = "5.0.0" lazy_static = { version = "1.4.0", optional = true } hostname = { version = "0.3.1", optional = true } argparse = "0.2.2" error-chain = "0.12.2" rayon = "1.3.0" protobuf = "2.10.2" log = "0.4.8" [dependencies.prometheus] version = "0.8.0" features = ["push"] optional = true [features] default = ["with_prometheus"] with_prometheus = ["lazy_static", "prometheus", "hostname"]