# 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 = "cloudflare_dyndns" version = "0.1.6" authors = ["LordOsslor"] exclude = [".github/*"] description = "DynDNS client for Cloudflare" readme = "README.md" keywords = [ "ddns", "dyndns", "dynamic-dns", "cloudflare", "dns-records", ] categories = [ "asynchronous", "command-line-utilities", "web-programming::http-client", ] license = "BSD-3-Clause" repository = "https://github.com/LordOsslor/cloudflare_dyndns" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.24" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.serde_url_params] version = "0.2.1" [dependencies.serde_with] version = "3.6.0" [dependencies.simple_logger] version = "4.3.3" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.toml] version = "0.8.9"