# 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 = "2021" name = "check_brandmeister" version = "0.2.4" authors = ["Sam Grimee "] exclude = ["/.github"] description = "Nagios plugin to check online status of a BrandMeister repeater." homepage = "https://github.com/sgrimee/check_brandmeister" documentation = "https://docs.rs/crate/check_brandmeister/latest" keywords = ["nagios", "brandmeister", "ham-radio", "amateur-radio"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/sgrimee/check_brandmeister" resolver = "2" [lib] name = "brandmeister" [[bin]] name = "check_brandmeister" doc = true [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0-rc.1" features = ["cargo"] [dependencies.nagiosplugin] version = "0.5.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.ureq] version = "2.3" features = ["json"] default-features = false