# 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 = "godaddy-cli-tools" version = "0.1.5" authors = ["Hugo Persson "] description = "A command line tool for managing GoDaddy DNS records" homepage = "https://github.com/Hugo-Persson/godaddy-cli-tools" readme = "README.md" keywords = [ "cli", "godaddy", "dns", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Hugo-Persson/godaddy-cli-tools" [[bin]] name = "godaddy" path = "src/main.rs" [dependencies.clap] version = "4.3.23" features = ["derive"] [dependencies.home] version = "0.5.5" [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.tokio] version = "1.32.0" features = ["full"]