# 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 = "tdns-cli" version = "0.0.5" authors = ["Andreas Rottmann "] description = "DNS update client (RFC 2136)" homepage = "https://github.com/rotty/tdns-cli" readme = "README.md" keywords = ["dns", "update", "dynamic", "nsupdate"] categories = ["command-line-utilities", "network-programming"] license = "GPL-3.0-or-later" repository = "https://github.com/rotty/tdns-cli" [dependencies.base64] version = "0.10.1" [dependencies.crypto-mac] version = "0.7.0" [dependencies.failure] version = "0.1.5" [dependencies.futures] version = "0.1.29" [dependencies.hmac] version = "0.7.1" [dependencies.once_cell] version = "1.2.0" [dependencies.rand] version = "0.7.2" [dependencies.resolv-conf] version = "0.6.2" [dependencies.sha2] version = "0.8.0" [dependencies.structopt] version = "0.3.1" [dependencies.tokio] version = "0.1.22" [dependencies.tokio-tcp] version = "0.1.3" [dependencies.tokio-udp] version = "0.1.5" [dependencies.trust-dns] version = "0.17.0" [badges.maintenance] status = "actively-developed"