turbovault-git 1.6.0

Git-native write substrate for TurboVault: every mutation is a commit (blobs -> isolated index -> tree -> commit -> ref CAS -> materialize)
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 = "2024"
rust-version = "1.90.0"
name = "turbovault-git"
version = "1.6.0"
authors = ["Epistates, Inc <nick@epistates.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git-native write substrate for TurboVault: every mutation is a commit (blobs -> isolated index -> tree -> commit -> ref CAS -> materialize)"
documentation = "https://docs.rs/turbovault-git"
readme = false
license = "MIT"
repository = "https://github.com/epistates/turbovault"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[bench]]
name = "batch"
path = "benches/batch.rs"
harness = false

[[bench]]
name = "materialize"
path = "benches/materialize.rs"
harness = false

[[bench]]
name = "single_write"
path = "benches/single_write.rs"
harness = false

[dependencies.fs4]
version = "0.13"

[dependencies.git2]
version = "0.21"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.23"
features = [
    "v4",
    "serde",
]

[dev-dependencies.criterion]
version = "0.8"

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