torg-core 0.2.2

TØR-G: Token-Only Reasoner (Graph) - Boolean circuit IR for AI policy synthesis
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 = "torg-core"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TØR-G: Token-Only Reasoner (Graph) - Boolean circuit IR for AI policy synthesis"
readme = "README.md"
keywords = [
    "ai",
    "llm",
    "policy",
    "boolean-circuit",
    "dag",
]
categories = [
    "algorithms",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arkavo-ai/torg"

[features]
default = []
serde = ["dep:serde"]

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

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

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

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

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.5"