# 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 = "dns-update" version = "0.1.2" authors = ["Stalwart Labs "] description = "Dynamic DNS update (RFC 2136 and cloud) library for Rust" homepage = "https://github.com/stalwartlabs/dns-update" readme = "README.md" keywords = [ "dns", "update", "rfc2136", "dynamic", ] categories = ["network-programming"] license = "Apache-2.0 OR MIT" repository = "https://github.com/stalwartlabs/dns-update" resolver = "2" [dependencies.hickory-client] version = "0.24" features = [ "dns-over-rustls", "dnssec-ring", "dns-over-https-rustls", ] default-features = false [dependencies.reqwest] version = "0.12" features = [ "rustls-tls-webpki-roots", "http2", ] default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.tokio] version = "1" features = [ "rt", "net", ] [dev-dependencies.base64] version = "0.22" [dev-dependencies.tokio] version = "1" features = ["full"]