# 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 = "ddnspod" version = "0.1.3" authors = ["hangj "] exclude = [ "/.github/*", "/.gitattributes", "/appveyor.yml", "/Changelog.md", "/clippy.toml", "/codecov.yml", ] description = "A ddns cli for dnspod" documentation = "https://docs.rs/ddnspod/" readme = "README.md" keywords = [ "dnspod", "ddns", "ddnspod", ] license = "MIT" repository = "https://github.com/hangj/dnspod-lib" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.2" features = [ "derive", "string", "env", ] [dependencies.dnspod-lib] version = "0.1.10" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.20" features = [ "json", "blocking", ]