# 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" rust-version = "1.75.0" name = "ddns-update-daemon" version = "1.0.0" authors = ["Dominik Gschwind"] description = "DynDNS update daemon using UPnP" readme = "README.md" keywords = [ "ddns", "upnp", "cloudflare", "dns", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT" repository = "https://github.com/N3xed/ddns-update-daemon" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.idna] version = "0.5" [dependencies.local-ip-address] version = "0.6" [dependencies.log] version = "0.4" [dependencies.parse-display] version = "0.9" [dependencies.reqwest] version = "0.12" features = [ "json", "charset", "http2", "macos-system-configuration", ] default-features = false [dependencies.rupnp] version = "2.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simple_logger] version = "5.0" [dependencies.tokio] version = "1.29" features = [ "macros", "rt", "time", ] [dependencies.toml] version = "0.8" [target."cfg(not(target_os = \"linux\"))".dependencies.reqwest] version = "0.12" features = ["default-tls"] default-features = false [target."cfg(target_os = \"linux\")".dependencies.reqwest] version = "0.12" features = ["rustls-tls"] default-features = false