gemel 0.4.0

Evidence-native version control for agentic software development: canonical object encoding, content-addressed identity, immutable object store, change workflow, and CLI.
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.85"
name = "gemel"
version = "0.4.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 = "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"