# 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 = "fritzctrl" version = "0.3.6" authors = ["Robert Krahn "] description = """ Command line utility for controlling AVM Fritz devices """ readme = "README.md" keywords = [ "avm", "fritz", "homeautomation", "smarthome", ] license = "MIT" repository = "https://github.com/rksm/fritz-homeautomation-rs" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.8.2" [dependencies.fritzapi] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.13" [dependencies.parse_duration] version = "2.1.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.regex] version = "1.4.2" [dependencies.sunrise] version = "1.0.0"