# 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 = "ali-dns" version = "0.0.1" authors = ["sanmu <578595193@qq.com>"] exclude = ["/examples"] description = "an aliyun dns skd" documentation = "https://docs.rs/ali-dns" readme = "README.md" keywords = [ "async", "aliyun", "dns", "sdk", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-china/ali-dns" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.22.1" [dependencies.bytes] version = "1.7.1" [dependencies.chrono] version = "0.4.38" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.ring] version = "0.17.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.5.2" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.tokio] version = "1.38" features = ["full"]