ccsm 0.17.2

Context-managed session orchestration for AI coding agents — track, resume, and manage work across sessions
# 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"
name = "ccsm"
version = "0.17.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Context-managed session orchestration for AI coding agents — track, resume, and manage work across sessions"
homepage = "https://github.com/LeviathanST/ccsm"
readme = "README.md"
license = "MIT"
repository = "https://github.com/LeviathanST/ccsm"
resolver = "2"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.clap_complete]
version = "4"

[dependencies.fs2]
version = "0.4"

[dependencies.libc]
version = "0.2"

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

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.toml]
version = "0.8"

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