# 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 = "rs-gandi-dns-dynip" version = "0.1.3" authors = ["Nicolas Olivier "] description = "Little tool to set an `A` record on a domain registered with Gandi." homepage = "https://github.com/kingtong/rs-gandi-dns-dynip" documentation = "https://github.com/kingtong/rs-gandi-dns-dynip/blob/master/README.md" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kingtong/rs-gandi-dns-dynip" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.isahc] version = "1.6" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"