# 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 = "namecom_ddns" version = "0.6.1" authors = [ "Zhang Maiyun ", "dalance ", ] exclude = [ "/ci", ".*", ] description = "Query IP addresses and update DNS records with Name.com API" readme = "README.md" keywords = [ "ddns", "dns", "ip", ] categories = [ "command-line-utilities", "api-bindings", ] license = "AGPL-3.0-or-later" repository = "https://github.com/myzhang1029/namecom_ddns" resolver = "2" [lib] name = "getip" path = "src/getip/lib.rs" [[bin]] name = "namecom_ddns" path = "src/main.rs" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "3" features = ["cargo"] [dependencies.derive_deref] version = "1" [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", "socks", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.simplelog] version = "0.11" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "process", "rt-multi-thread", "sync", "time", ] [dependencies.toml] version = "0.5" [dependencies.trust-dns-resolver] version = "0.21" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "heapapi", "iphlpapi", "iptypes", ]