# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cloudflare-ddns-service" version = "0.4.0" authors = ["Jan Christian Grünhage "] description = "A daemon to use Cloudflare as a DDNS provider" homepage = "https://git.jcg.re/jcgruenhage/cloudflare-ddns-service" documentation = "https://git.jcg.re/jcgruenhage/cloudflare-ddns-service" readme = "README.md" keywords = ["cloudflare", "ddns"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://git.jcg.re/jcgruenhage/cloudflare-ddns-service" [dependencies.anyhow] version = "1.0.40" [dependencies.cloudflare] version = "0.8.2" [dependencies.directories-next] version = "2.0.0" [dependencies.env_logger] version = "0.8.3" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11.3" features = ["blocking", "json"] [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_yaml] version = "0.8.17" [dependencies.tokio] version = "1.6.0" features = ["time", "macros", "rt-multi-thread"]