# 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 = "dynnsd" version = "0.2.3" authors = ["teknopaul "] description = "Dynamic DNS tools for adding the IP of a home server to nsd" license = "GPL-3.0-only" [[bin]] name = "dynnsd" path = "src/server-main.rs" [[bin]] name = "dynnsd-client" path = "src/client-main.rs" [[bin]] name = "dynnsd-hup" path = "src/client-hup-main.rs" [dependencies.base64] version = "0.11.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.66" [dependencies.log] version = "0.4.8" [dependencies.log4rs] version = "0.8.3" [dependencies.rand] version = "0.7.3" [dependencies.sanename] version = "0.1.1" [dependencies.serde] version = "1.0.101" [dependencies.serde_derive] version = "1.0.101" [dependencies.sha2] version = "0.8.0" [dependencies.toml] version = "0.5.3"