# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "r53ddns" version = "1.0.0" authors = ["coord.e "] description = "a command-line utility to update A record in Route53 with current global IP address" homepage = "https://github.com/coord-e/r53ddns" readme = "README.md" keywords = ["cli", "aws", "route53", "ddns"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/coord-e/r53ddns" [lib] name = "r53ddns" path = "src/r53ddns.rs" [[bin]] name = "r53ddns" path = "src/bin/main.rs" [dependencies.fern] version = "0.6.0" [dependencies.log] version = "0.4.8" [dependencies.reqwest] version = "0.10.4" [dependencies.rusoto_core] version = "0.43.0-beta.1" [dependencies.rusoto_credential] version = "0.43.0-beta.1" [dependencies.rusoto_route53] version = "0.43.0-beta.1" [dependencies.structopt] version = "0.3.11" [dependencies.tokio] version = "0.2" features = ["macros"]