kernel-conformance 0.1.0

Conformance harness for recursive inference kernel authority, compiler, and oracle gates
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.0"
name = "kernel-conformance"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conformance harness for recursive inference kernel authority, compiler, and oracle gates"
readme = "README.md"
license = "MIT"

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

[[example]]
name = "canonical_perf_snapshot"
path = "examples/canonical_perf_snapshot.rs"

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.constitutional-memory]
version = "0.1.0"

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

[dependencies.discovery-portfolio]
version = "0.1.0"

[dependencies.federated-settlement]
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.knowledge-runtime]
version = "0.1.0"

[dependencies.mechanism-runtime]
version = "0.1.0"

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

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

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

[dependencies.serde_json]
version = "1.0.149"

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

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

[dependencies.tempfile]
version = "3.27.0"

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

[dependencies.verification-adjudication]
version = "0.1.0"

[dependencies.verification-calibration]
version = "0.1.0"

[dependencies.verification-control]
version = "0.1.0"

[dependencies.verification-policy]
version = "0.1.0"

[dev-dependencies.forge-engine]
version = "0.2.0"

[dev-dependencies.forge-pilot]
version = "0.1.0"

[dev-dependencies.proptest]
version = "1.10.0"

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

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

[lints.rust]
unsafe_code = "deny"