# 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 = "2018" name = "ifdyndnsd" version = "0.2.0" authors = ["Astro "] description = "Watch netlink for interface address updates to do DynDNS just like nsupdate does" homepage = "https://github.com/astro/ifdyndnsd" documentation = "https://docs.rs/ifdyndnsd" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/astro/ifdyndnsd.git" [dependencies.base64] version = "0.21" [dependencies.cidr] version = "0.2" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.hmac] version = "0.12" [dependencies.log] version = "0.4" [dependencies.netlink-packet-core] version = "0.7.0" [dependencies.netlink-packet-route] version = "0.17" [dependencies.netlink-sys] version = "0.8.5" [dependencies.once_cell] version = "1" [dependencies.rtnetlink] version = "0.13" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1" features = [ "full", "rt", ] [dependencies.toml] version = "0.7" [dependencies.trust-dns-client] version = "0.22" features = [ "dnssec", "dnssec-ring", ]