awswap 0.4.2

Fast AWS profile switching with credential validation and ECR authentication
# 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 = "2024"
rust-version = "1.88"
name = "awswap"
version = "0.4.2"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast AWS profile switching with credential validation and ECR authentication"
homepage = "https://github.com/drew-simmons/awswap"
readme = "README.md"
keywords = [
    "aws",
    "profile",
    "sso",
    "ecr",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/drew-simmons/awswap"

[package.metadata.dist]
dist = true

[[bin]]
name = "awswap"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.6"
features = ["derive"]

[dependencies.inquire]
version = "0.9.4"

[dependencies.owo-colors]
version = "=4.3.0"
features = ["supports-colors"]

[dependencies.serde_json]
version = "=1.0.151"

[profile.dist]
lto = "thin"
inherits = "release"