khive-pack-knowledge 0.2.11

Knowledge verb pack — lore corpus (atoms/domains), TF-IDF retrieval, concept registration
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-knowledge"
version = "0.2.11"
authors = ["Ocean <ocean@lionagi.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Knowledge verb pack — lore corpus (atoms/domains), TF-IDF retrieval, concept registration"
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_knowledge"
path = "src/lib.rs"

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

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

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

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

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

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

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

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

[dependencies.inventory]
version = "0.3"

[dependencies.khive-brain-core]
version = "0.2.11"

[dependencies.khive-fold]
version = "0.2.11"

[dependencies.khive-fusion]
version = "0.2.11"

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

[dependencies.khive-score]
version = "0.2.11"

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

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

[dependencies.khive-vamana]
version = "0.2.11"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.criterion]
version = "0.5"
features = [
    "html_reports",
    "async_tokio",
]

[dev-dependencies.khive-pack-brain]
version = "0.2.11"

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

[dev-dependencies.khive-storage]
version = "0.2.11"

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

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