# 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 = "ddns-rs" version = "0.1.4" authors = ["Honsun Zhu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ An easy to used program that help you update your dns record. """ readme = "README.md" keywords = [ "ddns", "network", "cloudflare", "godaddy", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/ddns-rs/ddns-rs" [profile.release] lto = "thin" codegen-units = 16 [[bin]] name = "ddns-rs" path = "src/main.rs" [dependencies.addr] version = "0.15" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.2" features = ["derive"] [dependencies.cron] version = "0.12" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.lettre] version = "0.11" features = ["tokio1-native-tls"] [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1" [dependencies.maud] version = "0.26" [dependencies.path-value] version = "0.1" [dependencies.pnet] version = "0.35" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8" [target."cfg(unix)".dependencies.daemonize] version = "0.5" [target."cfg(unix)".dependencies.sd-notify] version = "0.4"