[package]
edition = "2021"
rust-version = "1.75.0"
name = "verification-adjudication"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical verification disposition, promotion, refutation, and rollback decisions"
readme = "README.md"
license = "MIT"
[lib]
name = "verification_adjudication"
path = "src/lib.rs"
[[test]]
name = "policy_flow_integration"
path = "tests/policy_flow_integration.rs"
[[test]]
name = "v14_example_roundtrip"
path = "tests/v14_example_roundtrip.rs"
[[test]]
name = "v25_adjudication_citation_flow"
path = "tests/v25_adjudication_citation_flow.rs"
[[test]]
name = "v25_example_roundtrip"
path = "tests/v25_example_roundtrip.rs"
[dependencies.schemars]
version = "0.8.22"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.stack-ids]
version = "0.1.1"
[dependencies.verification-calibration]
version = "0.1.0"
[dependencies.verification-control]
version = "0.1.0"
[dependencies.verification-policy]
version = "0.1.0"
[dev-dependencies.serde_json]
version = "1.0.149"
[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unimplemented = "deny"
[lints.clippy.expect_used]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "deny"