chasm-cli 1.3.1

Universal chat session manager - harvest, merge, and analyze AI chat history from VS Code, Cursor, and other editors
Documentation
# 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"
rust-version = "1.75"
name = "chasm-cli"
version = "1.3.1"
authors = ["Nervosys LLC <hello@nervosys.com>"]
build = false
exclude = [
    "target/",
    "tests/fixtures/",
    ".github/",
    "*.db",
    "*.log",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "chasm"
description = "Universal chat session manager - harvest, merge, and analyze AI chat history from VS Code, Cursor, and other editors"
homepage = "https://github.com/nervosys/chasm-cli"
documentation = "https://docs.rs/chasm-cli"
readme = "README.md"
keywords = [
    "chat",
    "ai",
    "copilot",
    "session",
    "history",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/nervosys/chasm-cli"

[lib]
name = "chasm_cli"
path = "src/lib.rs"

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

[[bin]]
name = "csm-mcp"
path = "src/mcp/main.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "cloud_providers"
path = "examples/cloud_providers.rs"

[[example]]
name = "history_management"
path = "examples/history_management.rs"

[[example]]
name = "local_providers"
path = "examples/local_providers.rs"

[[example]]
name = "session_operations"
path = "examples/session_operations.rs"

[[example]]
name = "storage_operations"
path = "examples/storage_operations.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.actix-cors]
version = "0.7"

[dependencies.actix-http]
version = "3"
features = ["ws"]

[dependencies.actix-web]
version = "4"
features = ["rustls-0_23"]
default-features = false

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0"

[dependencies.argon2]
version = "0.5"

[dependencies.async-stream]
version = "0.3"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.21"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.4"
features = [
    "derive",
    "env",
]

[dependencies.colored]
version = "2.1"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5.0"

[dependencies.futures-util]
version = "0.3"
features = ["sink"]

[dependencies.glob]
version = "0.3"

[dependencies.jsonwebtoken]
version = "9.3"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.ratatui]
version = "0.29"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "blocking",
    "cookies",
    "rustls-tls",
]
default-features = false

[dependencies.rusqlite]
version = "0.30"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sysinfo]
version = "0.30"

[dependencies.tabled]
version = "0.20"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.urlencoding]
version = "2.1"

[dependencies.uuid]
version = "1.6"
features = ["v4"]

[dependencies.walkdir]
version = "2.4"

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

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

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

[target."cfg(windows)".dependencies.windows]
version = "0.58"
features = [
    "Win32_Security_Cryptography",
    "Win32_System_Memory",
    "Win32_Foundation",
]

[profile.release]
lto = true
codegen-units = 1
strip = true