ccag-cli 1.3.2

CLI management tool for Claude Code AWS Gateway — manage keys, users, teams, and budgets
# 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"
name = "ccag-cli"
version = "1.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI management tool for Claude Code AWS Gateway — manage keys, users, teams, and budgets"
readme = "README.md"
keywords = [
    "claude-code",
    "amazon-bedrock",
    "api-gateway",
    "cli",
    "anthropic",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/antkawam/claude-code-aws-gateway"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "6.0.0"

[dependencies.indicatif]
version = "0.18"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

[dependencies.self_update]
version = "0.42"
features = ["rustls"]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "process",
]

[dependencies.uuid]
version = "1"
features = ["v4"]