# 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 = "cft" version = "0.1.0" authors = ["Klaatu01"] description = "Command line tools for cloudformation stacks" keywords = ["cloudformation", "tools", "cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/klaatu01/cft" [dependencies.clap] version = "3.0.0-beta.5" [dependencies.colored] version = "2" [dependencies.colored_json] version = "2" [dependencies.cw_parser] version = "0.1.3" [dependencies.futures] version = "0.3.8" [dependencies.minus] version = "4.0.2" features = ["static_output"] [dependencies.rayon] version = "1.5.1" [dependencies.rusoto_cloudformation] version = "0.47.0" [dependencies.rusoto_core] version = "0.47.0" [dependencies.rusoto_logs] version = "0.47.0" [dependencies.tokio] version = "1.12.0" features = ["full"]