clauth 0.1.7

A simple Claude Code account switcher - swap OAuth and API profiles in an instant
# 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.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple Claude Code account switcher - swap OAuth and API profiles in an instant"
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.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.inquire]
version = "0.9.4"

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

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

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

[dependencies.toml]
version = "1.1.2"

[dependencies.ureq]
version = "3.3.0"