# 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 = "apes" version = "0.1.7" description = "AWS_PROFILE switcher" homepage = "https://github.com/BeLeap/aws-profile-switcher" readme = "README.md" license = "MIT" repository = "https://github.com/BeLeap/aws-profile-switcher" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [dependencies.clap] version = "4.0.12" features = ["derive"] [dependencies.fuzzy_finder] version = "0.3.0" [dependencies.shellexpand] version = "2.1.2"