# 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 = "r53-ddns" version = "1.0.7" authors = ["Alec Brown "] description = "Set an Amazon Route 53 DNS record for the server/network" readme = "README.md" keywords = ["utility"] categories = ["networking"] license = "Apache-2.0" repository = "https://github.com/a1ecbr0wn/r53-ddns" [profile.minsize] opt-level = "s" lto = "fat" panic = "abort" inherits = "release" strip = true [[bin]] name = "r53-ddns" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dirs-next] version = "2.0" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.3" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.11" features = ["rustls-tls-native-roots"] default_features = false [dependencies.rusoto_core] version = "0.48" features = ["rustls"] default_features = false [dependencies.rusoto_route53] version = "0.48" features = ["rustls"] default_features = false [dependencies.snapcraft] version = "0.4" [dependencies.tokio] version = "1.36" features = ["macros"]