kernel-execution 0.1.0

Deterministic K2 execution baseline for recursive inference graphs
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-execution"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic K2 execution baseline for recursive inference graphs"
homepage = "https://github.com/RecursiveIntell/kernel-execution"
documentation = "https://docs.rs/kernel-execution"
readme = "README.md"
keywords = [
    "kernel",
    "execution",
    "inference",
    "deterministic",
    "recursive",
]
categories = [
    "algorithms",
    "science",
]
license = "MIT"
repository = "https://github.com/RecursiveIntell/kernel-execution"

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

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

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

[dependencies.schemars]
version = "0.8.22"

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

[dependencies.serde_json]
version = "1.0.149"

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

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

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

[lints.rust]
unsafe_code = "deny"