# 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 = "namecheap-ddns" version = "0.3.3" authors = ["Jeremy Nicklas "] description = "Updates the A + Dynamic DNS records for Namecheap" homepage = "https://github.com/nickjer/namecheap-ddns" readme = "README.md" keywords = [ "namecheap", "ddns", ] license = "MIT" repository = "https://github.com/nickjer/namecheap-ddns" [profile.release] lto = true codegen-units = 1 strip = "symbols" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.minreq] version = "2" features = ["https"] [dependencies.quick-xml] version = "0.31" features = ["serialize"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.url] version = "2"