# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fritzlogger" version = "0.1.0" authors = ["Alexander Theißen "] description = "Periodically gather and store information about your AVM home automation devices" readme = "README.md" keywords = ["avm", "fritz", "fritzbox", "smarthome"] license = "Apache-2.0" repository = "https://github.com/athei/fritzlogger" [profile.release] opt-level = 3 lto = true codegen-units = 1 rpath = false [dependencies.bitflags] version = "1" [dependencies.clap] version = "2.33" [dependencies.config] version = "0.9" [dependencies.csv] version = "1" [dependencies.error-chain] version = "0.12" [dependencies.futures] version = "0.1" [dependencies.md5] version = "0.6" [dependencies.once_cell] version = "0.2" [dependencies.reqwest] version = "0.9" default-features = true [dependencies.roxmltree] version = "0.6" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "0.1" [dependencies.toml] version = "0.5"