# 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 = "jbod" version = "1.0.2" authors = ["Marcelo Araujo "] description = "jbod - storage enclosure utility" readme = "README.md" keywords = ["jbod", "storage", "disks"] categories = ["command-line-utilities"] license = "BSD-2-Clause" [package.metadata.deb] maintainer-scripts = "debian/" name = "gandi-jbod" [package.metadata.deb.systemd-units] enable = true [[bin]] name = "prometheus-jbod-exporter" path = "src/prometheus.rs" [dependencies.clap] version = "2.31.2" features = ["yaml"] [dependencies.colored] version = "2" [dependencies.execute] version = "0.2.9" [dependencies.futures] version = "0.3" default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.nix] version = "0.22.0" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.prometheus] version = "0.9" features = ["process"] [dependencies.subprocess] version = "0.2.7" [dependencies.tokio] version = "0.2" features = ["macros", "rt-threaded", "time"] [dependencies.warp] version = "0.2"