# 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 = "netlify-ddns" version = "0.3.4" authors = ["Luke Hsiao "] description = "A simple CLI tool for setting Netlify DNS records dynamically." readme = "README.md" keywords = [ "dynamic", "ddns", "dns", "netlify", "networking", ] categories = ["command-line-utilities"] license = "BlueOak-1.0.0" repository = "https://github.com/lukehsiao/netlify-ddns-rs" [package.metadata.release] post-release-commit-message = "chore: bump development version to {{next_version}}" pre-release-commit-message = "chore: version {{version}}" tag-message = "{{crate_name}} {{version}}" [profile.release] debug = 0 [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.4.18" features = [ "derive", "env", ] [dependencies.futures] version = "0.3.30" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.thiserror] version = "1.0.56" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", "json", ] [dependencies.ureq] version = "2.9.1" features = ["tls"] [dev-dependencies.mockito] version = "0.31.1"