# 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 = "udm-fan" version = "0.1.0" authors = ["Evan Pratten "] description = "A utility for interacting with the fans on a UDM-Pro over the network" homepage = "https://github.com/ewpratten/udm-fan" documentation = "https://docs.rs/udm-fan" readme = "README.md" keywords = [] categories = [] license = "GPL-3.0" repository = "https://github.com/ewpratten/udm-fan" resolver = "2" [dependencies.clap] version = "3.1.8" features = ["derive", "color", "suggestions"] [dependencies.colored] version = "2.0.0" [dependencies.dns-lookup] version = "1.0.8" [dependencies.ipnet] version = "2.4.0" [dependencies.netrc-rs] version = "0.1.2" [dependencies.pnet] version = "0.29.0" [dependencies.regex] version = "1.5.5" [dependencies.reqwest] version = "0.11.10" [dependencies.rpassword] version = "6.0" [dependencies.shellexpand] version = "2.1.0" [dependencies.ssh2] version = "0.9.3" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.17.0" features = ["macros", "rt-multi-thread"]