# 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 = "home-dns-refresh" version = "0.1.8" include = [ "**/*.rs", "Cargo.toml", ] description = "Looks up the current external IP, and updates an Azure Zone A Record to that IP" homepage = "https://github.com/haribo256/home-dns-refresh" readme = "README.md" keywords = [ "cli", "azure", "azure-dns", "dns", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/haribo256/home-dns-refresh" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "debuginfo" [dependencies.anyhow] version = "1" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.21.2" features = [ "rt", "macros", "time", "rt-multi-thread", ]