[package]
edition = "2021"
rust-version = "1.75.0"
name = "verification-policy"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical verification policy and approval artifacts"
readme = "README.md"
license = "MIT"
[lib]
name = "verification_policy"
path = "src/lib.rs"
[[test]]
name = "policy_profile_example_roundtrip"
path = "tests/policy_profile_example_roundtrip.rs"
[[test]]
name = "profile_p1_example_roundtrip"
path = "tests/profile_p1_example_roundtrip.rs"
[[test]]
name = "profile_p1_fixture_conformance"
path = "tests/profile_p1_fixture_conformance.rs"
[[test]]
name = "profile_p2_example_roundtrip"
path = "tests/profile_p2_example_roundtrip.rs"
[[test]]
name = "profile_p2_fixture_conformance"
path = "tests/profile_p2_fixture_conformance.rs"
[[test]]
name = "v14_example_roundtrip"
path = "tests/v14_example_roundtrip.rs"
[[test]]
name = "v25_policy_citation_flow"
path = "tests/v25_policy_citation_flow.rs"
[dependencies.llm-tool-runtime]
version = "0.1.0"
[dependencies.schemars]
version = "0.8.22"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.stack-ids]
version = "0.1.1"
[dependencies.verification-control]
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"