# 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 = "cf-dynamic-best" version = "0.1.9" authors = ["Haoyun Qin "] description = "A tool to automatically select best Cloudflare IP for a Cloudflare DNS record" homepage = "https://github.com/JeffersonQin/cloudflare-dynamic-best" readme = "README.md" keywords = [ "cli", "cloudflare", "dns", "ip", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/JeffersonQin/cloudflare-dynamic-best" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.10" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.csv] version = "1.2.2" [dependencies.lettre] version = "0.10.4" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.99" [dependencies.serde_yaml] version = "0.9.22" [dependencies.tokio] version = "1.11.0" features = ["full"]