midden 0.8.2

Resolve, audit, visualize, and clean coding-agent context and 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.95.0"
name = "midden"
version = "0.8.2"
build = false
exclude = [
    "/.github/",
    "/rust-toolchain.toml",
    "/scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Resolve, audit, visualize, and clean coding-agent context and state"
homepage = "https://midden.rs"
readme = "README.md"
keywords = [
    "codex",
    "claude-code",
    "agent-memory",
    "audit",
    "cli",
]
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 = "cli"
path = "tests/cli.rs"

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

[[test]]
name = "memory"
path = "tests/memory.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.19"
default-features = false

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

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

[dependencies.sha2]
version = "0.11"

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

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

[dependencies.toml]
version = "1.1.3"
features = [
    "parse",
    "serde",
    "std",
]
default-features = false

[dependencies.walkdir]
version = "2"

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

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

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[lints.rust]
unsafe_code = "deny"

[profile.release]
lto = true
strip = true