# 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 = "aws_parameter_update" version = "0.5.1" authors = ["Lane Sawyer "] description = "A small tool used to quickly update simple AWS Parameters." homepage = "https://github.com/lanesawyer/aws_parameter_update" documentation = "https://docs.rs/aws_parameter_update" readme = "README.md" keywords = ["aws", "cli"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/lanesawyer/aws_parameter_update" [lib] name = "aws_parameter_update" path = "src/lib.rs" [[bin]] name = "apu" path = "src/main.rs" [dependencies.anyhow] version = "1.0.42" [dependencies.clap] version = "2.33.3" [dependencies.log] version = "0.4.14" [dependencies.rusoto_core] version = "0.47.0" [dependencies.rusoto_ssm] version = "0.47.0" [dependencies.simple_logger] version = "1.12.0" [dependencies.tokio] version = "1.9.0" features = ["full"] [dependencies.tokio-test] version = "0.4.2" [dependencies.yaml-rust] version = "0.4.5"