# 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_dns_sync" version = "1.0.2" description = "A little ip changer using cloudflare's api. Useful for people with non - static ip addresses" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.atty] version = "0.2.14" [dependencies.chrono] version = "0.4.31" [dependencies.colored] version = "2.0.4" [dependencies.dialoguer] version = "0.11.0" [dependencies.home] version = "0.5.5" [dependencies.jsonformat] version = "2.0.0" [dependencies.public-ip] version = "0.2" [dependencies.serde] version = "1.0.190" [dependencies.serde_derive] version = "1.0.190" [dependencies.serde_json] version = "1.0.108" [dependencies.supports-color] version = "2.1.0" [dependencies.sysinfo] version = "0.29.10" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.ureq] version = "2.5.0" features = ["json"]