# 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] name = "burnish" version = "0.1.0" authors = ["Aaron J. Smith "] description = "Safely deploy code to auto-scaling groups with this Rust-based command line utility" homepage = "https://github.com/slapula/burnish" readme = "README.md" keywords = ["aws", "ec2", "elb", "asg", "cli"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/slapula/burnish" [dependencies.chrono] version = "0.4.10" [dependencies.clap] version = "2.33.0" features = ["yaml"] [dependencies.futures] version = "0.1.29" [dependencies.http] version = "0.2.0" [dependencies.log] version = "0.4.8" [dependencies.prettytable-rs] version = "^0.8" [dependencies.rusoto_autoscaling] version = "0.42.0" [dependencies.rusoto_cloudwatch] version = "0.42.0" [dependencies.rusoto_core] version = "0.42.0" [dependencies.rusoto_ec2] version = "0.42.0" [dependencies.rusoto_elb] version = "0.42.0" [dependencies.rusoto_s3] version = "0.42.0" [dependencies.timeago] version = "0.2.0" [dependencies.yaml-rust] version = "0.4.3"