# 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 = "dns-updater" version = "1.0.0" description = "A service that periodically checks and synchronises the internet facing ip to AWS Route53, useful for running home services behind changing ip addresses" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/adrijardi/dns-updater" [dependencies.aws-config] version = "1.1.6" features = ["behavior-version-latest"] [dependencies.aws-sdk-route53] version = "1.15.0" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.humantime] version = "2.1.0" [dependencies.reqwest] version = "0.11.24" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tokio_schedule] version = "0.3.1" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]