khive-pack-git 0.5.0

Git-lifecycle pack — commit/issue/pull_request provenance notes over the notes substrate (ADR-088)
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.93.0"
name = "khive-pack-git"
version = "0.5.0"
authors = ["Ocean <ocean@lionagi.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git-lifecycle pack — commit/issue/pull_request provenance notes over the notes substrate (ADR-088)"
homepage = "https://github.com/ohdearquant/khive"
readme = false
keywords = [
    "knowledge-graph",
    "semantic-search",
    "mcp",
    "ai-tools",
    "graph-database",
]
categories = [
    "database",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/ohdearquant/khive"

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

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

[dependencies.anyhow]
version = "1.0.103"

[dependencies.async-trait]
version = "0.1"

[dependencies.blake3]
version = "1"
default-features = false

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "clock",
]
default-features = false

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.inventory]
version = "0.3"

[dependencies.khive-runtime]
version = "0.5.0"

[dependencies.khive-storage]
version = "0.5.0"

[dependencies.khive-types]
version = "0.5.0"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.khive-pack-kg]
version = "0.5.0"

[dev-dependencies.khive-runtime]
version = "0.5.0"
features = ["fault-injection"]

[dev-dependencies.lattice-embed]
version = "0.6.0"

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

[dev-dependencies.tokio]
version = "1.40"
features = [
    "full",
    "full",
]