chasm-cli 1.2.9

Universal chat session manager - harvest, merge, and analyze AI chat history from VS Code, Cursor, and other editors
Documentation
# cargo-deny configuration
# Run with: cargo deny check

[graph]
targets = []
all-features = true

[advisories]
ignore = [
    # unmaintained crates from transitive dependencies
    { id = "RUSTSEC-2024-0436", reason = "paste is unmaintained but used by ratatui, no alternative" },
    { id = "RUSTSEC-2024-0370", reason = "proc-macro-error unmaintained but used by tabled_derive" },
]

[licenses]
allow = [
    "MIT",
    "Apache-2.0",
    "Apache-2.0 WITH LLVM-exception",
    "BSD-2-Clause",
    "BSD-3-Clause",
    "ISC",
    "Zlib",
    "MPL-2.0",
    "Unicode-3.0",
    "CDLA-Permissive-2.0",
]
confidence-threshold = 0.8

[bans]
multiple-versions = "warn"
wildcards = "allow"
highlight = "all"
deny = []
skip = []
skip-tree = []

[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []