midden 0.3.0

Resolve, audit, and garbage-collect Claude Code's accumulated state
# 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"
rust-version = "1.88.0"
name = "midden"
version = "0.3.0"
build = false
exclude = [
    "/.github/",
    "/scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Resolve, audit, and garbage-collect Claude Code's accumulated state"
homepage = "https://midden.rs"
readme = "README.md"
keywords = [
    "claude-code",
    "config",
    "audit",
    "cli",
    "lint",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "AGPL-3.0-only"
repository = "https://github.com/starhaven-io/midden"

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

[[test]]
name = "doctor"
path = "tests/doctor.rs"

[[test]]
name = "prune"
path = "tests/prune.rs"

[[test]]
name = "show"
path = "tests/show.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "3"

[dependencies.globset]
version = "0.4"

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

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

[dependencies.sysinfo]
version = "0.38"
features = ["system"]
default-features = false

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "local-offset",
    "macros",
]

[dependencies.walkdir]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

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

[profile.release]
lto = true
strip = true