firstpass-core 0.1.5

Firstpass domain contract: trace schema, verdicts, features, tamper-evident hash chain, routing config, and cost model. Pure — no I/O.
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 = "2024"
rust-version = "1.93"
name = "firstpass-core"
version = "0.1.5"
authors = ["Firstpass"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Firstpass domain contract: trace schema, verdicts, features, tamper-evident hash chain, routing config, and cost model. Pure — no I/O."
documentation = "https://docs.rs/firstpass-core"
readme = false
keywords = [
    "llm",
    "routing",
    "audit",
    "verification",
]
categories = ["data-structures"]
license = "Apache-2.0"
repository = "https://github.com/dshakes/firstpass"

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

[dependencies.hex]
version = "0.4"

[dependencies.jiff]
version = "0.2"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"

[dependencies.uuid]
version = "1"
features = [
    "v7",
    "serde",
]

[lints.clippy]
dbg_macro = "warn"
expect_used = "warn"
todo = "warn"
unwrap_used = "warn"

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "forbid"