memstead-git-branch 0.8.0

Mem-repo engine for Memstead — multi-mem, git-backed typed entity graphs. Internal library surface consumed by the memstead binaries — pre-1.0, experimental, no API stability promise.
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.91"
name = "memstead-git-branch"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mem-repo engine for Memstead — multi-mem, git-backed typed entity graphs. Internal library surface consumed by the memstead binaries — pre-1.0, experimental, no API stability promise."
homepage = "https://memstead.io"
readme = "README.md"
keywords = [
    "agent-memory",
    "knowledge-graph",
    "git",
    "markdown",
    "graph",
]
categories = ["database-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/memstead/memstead"
resolver = "2"

[features]
default = ["git-object-storage"]
git-object-storage = []
test-support = []

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

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

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

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

[dependencies.dirs]
version = "5"

[dependencies.gix]
version = "0.85"
features = [
    "revision",
    "tree-editor",
    "blob-diff",
    "max-performance-safe",
    "sha1",
]
default-features = false

[dependencies.globset]
version = "0.4"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.memstead-base]
version = "0.8.0"

[dependencies.memstead-engine]
version = "0.8.0"

[dependencies.memstead-schema]
version = "0.8.0"

[dependencies.regex]
version = "1"

[dependencies.schemars]
version = "1.0"
features = [
    "derive",
    "indexmap2",
    "semver1",
]

[dependencies.semver]
version = "1"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.strsim]
version = "0.11"

[dependencies.tantivy]
version = "0.26"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "1.1"

[dependencies.tracing]
version = "0.1"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.walkdir]
version = "2"

[dependencies.zip]
version = "8"
features = [
    "deflate-flate2-zlib-rs",
    "time",
]
default-features = false

[dev-dependencies.memstead-schema]
version = "0.8.0"

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

[lints.clippy]
result_large_err = "allow"