clauth 0.3.1

Simple Claude Code account switcher and usage monitor
# 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 = "clauth"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple Claude Code account switcher and usage monitor"
homepage = "https://github.com/uwuclxdy/clauth"
readme = "README.md"
keywords = [
    "claude-code",
    "account-switch",
    "cli",
    "profiles",
    "anthropic",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/uwuclxdy/clauth"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.dirs]
version = "6.0.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.self-replace]
version = "1.5.0"

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

[dependencies.serde_json]
version = "1.0.150"
features = ["preserve_order"]

[dependencies.tempfile]
version = "3.27.0"

[dependencies.toml]
version = "1.1.2"

[dependencies.ureq]
version = "3.3.0"