# 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 = "cfddns" version = "1.6.2" authors = ["Yasuaki Uechi "] description = "Yet another DDNS client for Cloudflare" homepage = "https://github.com/uetchy/cfddns" license-file = "LICENSE" resolver = "2" [dependencies.anyhow] version = "1.0.56" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.cloudflare] version = "0.9.1" [dependencies.lettre] version = "0.10.0-rc.4" features = ["builder", "smtp-transport", "rustls-tls"] [dependencies.once_cell] version = "1.10" [dependencies.regex] version = "1.5.5" [dependencies.reqwest] version = "0.11.10" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.tokio] version = "1.17.0" features = ["full"]