# 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 = "raph" version = "0.1.2" exclude = [ ".github", ".gitignore", ".vscode", ] description = "AWS Profile Handler and executor" homepage = "https://github.com/n-hass/raph" documentation = "https://github.com/n-hass/raph/blob/main/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/n-hass/raph" [[bin]] name = "_raph_bin" path = "src/main.rs" [dependencies.clap] version = "4.4.18" features = ["cargo"] [dependencies.crossterm] version = "0.27.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.regex] version = "1.10.3"