claude-code-cleaner 0.1.0

Interactive TUI tool to clean up disk space accumulated by Claude Code (~/.claude/)
# 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"
name = "claude-code-cleaner"
version = "0.1.0"
build = false
exclude = [
    "screenshot/*",
    ".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive TUI tool to clean up disk space accumulated by Claude Code (~/.claude/)"
homepage = "https://github.com/GarrickZ2/claude-code-cleaner"
readme = "README.md"
keywords = [
    "claude",
    "cli",
    "tui",
    "cleaner",
    "disk-space",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/GarrickZ2/claude-code-cleaner"

[[bin]]
name = "claude-code-cleaner"
path = "src/main.rs"

[dependencies.bytesize]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.walkdir]
version = "2"