[package] name = "fritzctrl" version = "0.3.6" authors = ["Robert Krahn "] edition = "2021" license = "MIT" description = """ Command line utility for controlling AVM Fritz devices """ keywords = ["avm", "fritz", "homeautomation", "smarthome"] repository = "https://github.com/rksm/fritz-homeautomation-rs" [dependencies] anyhow = "1.0" chrono = "0.4.19" clap = "2.33.3" dotenv = "0.15.0" env_logger = "0.8.2" lazy_static = "1.4.0" log = "0.4.13" regex = "1.4.2" sunrise = "1.0.0" parse_duration = "2.1.0" prettytable-rs = "0.10.0" fritzapi = { path = "../fritzapi", version = "0.3" }