chasm-cli 1.3.0

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



[advisories]

db-path = "~/.cargo/advisory-db"

db-urls = ["https://github.com/rustsec/advisory-db"]

vulnerability = "deny"

unmaintained = "warn"

yanked = "warn"

notice = "warn"



[licenses]

unlicensed = "deny"

allow = [

    "MIT",

    "Apache-2.0",

    "Apache-2.0 WITH LLVM-exception",

    "BSD-2-Clause",

    "BSD-3-Clause",

    "ISC",

    "Zlib",

    "MPL-2.0",

    "Unicode-DFS-2016",

    "CC0-1.0",

]

copyleft = "warn"

confidence-threshold = 0.8



[bans]

multiple-versions = "warn"

wildcards = "allow"

highlight = "all"



# Deny specific crates

deny = []



# Skip certain crates from duplicate detection

skip = []



skip-tree = []



[sources]

unknown-registry = "warn"

unknown-git = "warn"

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

allow-git = []