crtx-verifier 0.1.1

Pure independent-witness reducer for trusted release/compliance evidence (ADR 0041).
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.88"
name = "crtx-verifier"
version = "0.1.1"
authors = ["Ryan Tilcock"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure independent-witness reducer for trusted release/compliance evidence (ADR 0041)."
documentation = "https://docs.rs/crtx-verifier"
readme = "README.md"
keywords = [
    "agents",
    "memory",
    "llm",
    "audit",
    "substrate",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0ryant/cortex"

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

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

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

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

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

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

[dependencies.blake3]
version = "1"

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

[dependencies.cortex-core]
version = "0.1.1"
package = "crtx-core"

[dependencies.cortex-ledger]
version = "0.1.1"
package = "crtx-ledger"

[dependencies.cortex-runtime]
version = "0.1.1"
package = "crtx-runtime"

[dependencies.ed25519-dalek]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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