knowledge-runtime 0.1.0

Bounded orchestration scaffold for semantic-memory: classification, routing, scoped entity resolution, provenance-preserving merge, and projection status tracking
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.75"
name = "knowledge-runtime"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded orchestration scaffold for semantic-memory: classification, routing, scoped entity resolution, provenance-preserving merge, and projection status tracking"
homepage = "https://github.com/RecursiveIntell/knowledge-runtime"
documentation = "https://docs.rs/knowledge-runtime"
readme = "README.md"
keywords = [
    "knowledge",
    "runtime",
    "orchestration",
    "semantic",
    "classification",
]
categories = [
    "algorithms",
    "science",
]
license = "MIT"
repository = "https://github.com/RecursiveIntell/knowledge-runtime"

[lib]
name = "knowledge_runtime"
path = "src/lib.rs"
doctest = false

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.constraint-compiler]
version = "0.1.0"

[dependencies.forge-memory-bridge]
version = "0.1.1"

[dependencies.kernel-execution]
version = "0.1.0"

[dependencies.kernel-oracles]
version = "0.1.0"

[dependencies.recursive-kernel-core]
version = "0.1.0"

[dependencies.schemars]
version = "0.8.22"

[dependencies.semantic-memory]
version = "0.5.8"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.stack-ids]
version = "0.1.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

[dependencies.uuid]
version = "1.22.0"
features = ["v4"]

[dev-dependencies.semantic-memory-forge]
version = "0.1.1"

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

[dev-dependencies.tokio]
version = "1.50.0"
features = [
    "rt-multi-thread",
    "macros",
]

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unimplemented = "deny"

[lints.clippy.expect_used]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"