kee 1.3.0

AWS CLI profile manager
Documentation
# 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"
rust-version = "1.85"
name = "kee"
version = "1.3.0"
authors = ["Stefan Aichholzer <theaichholzer@gmail.com>"]
build = false
exclude = [
    ".github/",
    "completions/",
    "scripts/",
    "utilities/",
    "tests/",
    "install.sh",
    "Makefile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AWS CLI profile manager"
readme = "README.md"
keywords = [
    "aws",
    "cli",
    "sso",
    "session",
    "manager",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/aichholzer/kee"

[features]
default = []
integration-tests = []

[lib]
name = "kee"
path = "src/lib.rs"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.clap_complete]
version = "4.4"

[dependencies.configparser]
version = "3.0"

[dependencies.dialoguer]
version = "0.11"
features = ["fuzzy-select"]

[dependencies.dirs]
version = "6.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.mockall]
version = "0.12"

[dev-dependencies.serial_test]
version = "3.0"

[dev-dependencies.tempfile]
version = "3.8"