khive-pack-template 0.2.2

Reference template for new khive packs (ADR-023 §8). Copy this crate to get a working pack scaffold.
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"
name = "khive-pack-template"
version = "0.2.2"
authors = ["Ocean <ocean@lionagi.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference template for new khive packs (ADR-023 §8). Copy this crate to get a working pack scaffold."
homepage = "https://github.com/ohdearquant"
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_template"
path = "src/lib.rs"

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

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

[dependencies.inventory]
version = "0.3"

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

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

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

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