[package]
edition = "2021"
rust-version = "1.85"
name = "gemel"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Evidence-native version control for agentic software development: canonical object encoding, content-addressed identity, immutable object store, change workflow, and CLI."
readme = "README.md"
keywords = [
"version-control",
"vcs",
"content-addressed",
"agentic",
"provenance",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/infinityabundance/gemel"
[lib]
name = "gemel"
path = "src/lib.rs"
[[bin]]
name = "gemel"
path = "src/bin/gemel.rs"
[[bin]]
name = "golden-gen"
path = "src/bin/golden_gen.rs"
[[test]]
name = "derived_consistency"
path = "tests/derived_consistency.rs"
[[test]]
name = "golden_tests"
path = "tests/golden_tests.rs"
[[test]]
name = "phase1_tests"
path = "tests/phase1_tests.rs"
[[test]]
name = "phase2_tests"
path = "tests/phase2_tests.rs"
[[test]]
name = "phase3_tests"
path = "tests/phase3_tests.rs"
[dependencies.blake3]
version = "1.5"
[dependencies.clap]
version = "4.6.6"
features = ["derive"]
[dependencies.fd-lock]
version = "4.0.4"
[dependencies.rusqlite]
version = "0.40.2"
features = ["bundled"]
[dependencies.serde_json]
version = "1.0"