# 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 = "fritzapi" version = "0.4.0" authors = ["Robert Krahn "] description = """ Library for interfacing with the \"AVM Home Automation\" API """ documentation = "https://docs.rs/fritzapi" readme = "README.md" keywords = [ "avm", "fritz", "homeautomation", "smarthome", ] license = "MIT" repository = "https://github.com/rksm/fritz-homeautomation-rs" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [target."cfg(not(target_family = \"wasm\"))".dependencies.lazy_static] version = "1.4" [target."cfg(not(target_family = \"wasm\"))".dependencies.md5] version = "0.7.0" [target."cfg(not(target_family = \"wasm\"))".dependencies.regex] version = "1.4.2" [target."cfg(not(target_family = \"wasm\"))".dependencies.reqwest] version = "0.11" features = ["blocking"] default-features = false [target."cfg(not(target_family = \"wasm\"))".dependencies.serde-xml-rs] version = "0.6"