[package]
edition = "2024"
rust-version = "1.97"
name = "polyc-capability"
version = "2026.8.2"
authors = ["Official Unofficial, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Capability taxonomy, derivation functions, and the pure gate decision engine for polychrome."
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/officialunofficial/polychrome"
resolver = "2"
[package.metadata.polychrome]
layer = "component"
foundation = true
plane_role = "shared"
[lib]
name = "polyc_capability"
path = "src/lib.rs"
[dependencies.polyc-llm]
version = "2026.8.0"
[dev-dependencies.serde_json]
version = "1"
[lints.clippy]
dbg_macro = "deny"
module_name_repetitions = "allow"
redundant_pub_crate = "allow"
unwrap_used = "deny"
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "deny"
unreachable_pub = "warn"
unsafe_code = "forbid"
[lints.rustdoc]
all = "warn"