# 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 = "tabin-plugins" version = "0.3.1" authors = ["Brandon W Maister "] description = "Libs for building nagios-compatible check scripts, some scripts, and some libs to read from /proc and /sys on Linux. " homepage = "https://github.com/quodlibetor/tabin-plugins" documentation = "http://quodlibetor.github.io/tabin-plugins/doc/tabin_plugins/index.html" readme = "README.md" keywords = ["linux", "pseudo-fs", "nagios"] license = "BSD-3-Clause" repository = "https://github.com/quodlibetor/tabin-plugins" [dependencies.bitflags] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "2" features = ["suggestions", "color"] default-features = false [dependencies.derive_more] version = "0.8" [dependencies.env_logger] version = "0.5.9" [dependencies.itertools] version = "0.7" [dependencies.lazy_static] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.1" [dependencies.nix] version = "0.9" [dependencies.regex] version = "0.2" [dependencies.reqwest] version = "0.8" [dependencies.scan_fmt] version = "0.1.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.2" [dependencies.url] version = "1.6" [dependencies.wrapped_enum] version = "0.1" [features] default = []