[package] name = "fritzapi" version = "0.4.0" authors = ["Robert Krahn "] documentation = "https://docs.rs/fritzapi" edition = "2021" keywords = ["avm", "fritz", "homeautomation", "smarthome"] license = "MIT" repository = "https://github.com/rksm/fritz-homeautomation-rs" description = """ Library for interfacing with the \"AVM Home Automation\" API """ [dependencies] serde = { version = "1", features = ["derive"] } thiserror = "1" tracing = "0.1" [target.'cfg(not(target_family = "wasm"))'.dependencies] lazy_static = "1.4" md5 = "0.7.0" regex = "1.4.2" serde-xml-rs = "0.6" reqwest = { version = "0.11", features = ["blocking"], default-features = false }