# 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 = "gandi-live-dns" version = "1.8.0" authors = ["Kaan Barmore-Genç "] description = "Automatically updates your IP address in Gandi's Live DNS. Makes it possible to use Gandi as a dynamic DNS system." readme = "README.md" license = "MIT" repository = "https://github.com/SeriousBug/gandi-live-dns-rust" [profile.release] lto = true strip = "symbols" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4.0" features = [ "derive", "cargo", "unicode", "wrap_help", ] [dependencies.die-exit] version = "0.4" [dependencies.directories] version = "4.0" [dependencies.futures] version = "0.3" [dependencies.governor] version = "0.5" [dependencies.json] version = "0.12" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.23" features = ["full"] [dependencies.toml] version = "0.7" [dev-dependencies.die-exit] version = "0.4" features = ["test"] [dev-dependencies.httpmock] version = "0.6" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.regex] version = "1.6"