# 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-cli" version = "0.3.3" authors = ["owent "] description = "ddns client for cloudflare and dnspod" homepage = "https://crates.io/crates/ddns-cli" documentation = "https://github.com/owent/ddns-cli" readme = "README.md" keywords = [ "ddns", "client", "dns", ] categories = [ "network-programming", "web-programming::http-client", ] license = "MIT OR Apache-2.0" repository = "https://github.com/owent/ddns-cli" [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = 2 debug-assertions = true rpath = false incremental = false [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" incremental = false [[bin]] name = "ddns-cli" [dependencies.async-std] version = "^1.10.0" features = [ "default", "tokio1", ] [dependencies.bytes] version = "^1.1.0" [dependencies.clap] version = "^4" features = [ "std", "suggestions", "color", "cargo", "help", ] [dependencies.futures] version = "^0.3.19" features = [ "std", "async-await", ] [dependencies.futures-core] version = "^0.3.19" [dependencies.hex] version = ">=0.4.3" [dependencies.http] version = "^1.1.0" default-features = true [dependencies.lazy_static] version = "^1.4.0" [dependencies.regex] version = "^1.5.4" [dependencies.reqwest] version = "^0.12.4" features = [ "default-tls", "gzip", "json", "multipart", "native-tls-vendored", ] default-features = true [dependencies.rustls] version = "^0.23.9" [dependencies.serde] version = "^1.0.133" features = ["derive"] default-features = true [dependencies.serde_json] version = "^1.0.75" [dependencies.slog] version = "^2.7" features = [ "max_level_trace", "release_max_level_trace", ] [dependencies.slog-async] version = "2.8.0" [dependencies.slog-envlogger] version = "^2.2" optional = true [dependencies.slog-stdlog] version = "^4" optional = true [dependencies.slog-term] version = "^2.8.0" [dependencies.time] version = ">=0.3.5" [dependencies.tokio] version = "^1.15.0" features = ["full"] [dependencies.uuid] version = "^1.3" [dev-dependencies.criterion] version = "^0.5.1" [features] default = ["default-logger"] default-logger = [ "slog-stdlog", "slog-envlogger", ] system-alloc = []