# 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 = "dnspod-lib" version = "0.1.11" authors = ["hangj "] exclude = [ "/.github/*", "/.gitattributes", "/appveyor.yml", "/Changelog.md", "/clippy.toml", "/codecov.yml", ] description = "DNSPod lib" documentation = "https://docs.rs/dnspod-lib/" readme = "README.md" keywords = [ "dnspod", "ddns", ] license = "MIT" repository = "https://github.com/hangj/dnspod-lib" [dependencies.chrono] version = "0.4.28" [dependencies.clap] version = "4.4.2" features = [ "derive", "string", ] optional = true [dependencies.hmac-sha256] version = "1.1.7" [dependencies.literal-enum] version = "0.1.5" [dependencies.serde] version = "1.0.188" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.105" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.reqwest] version = "0.11.20" features = [ "json", "blocking", ] [features] clap = ["dep:clap"] default = []