# cargo-deny policy for stembranch-core.
# The crate has zero runtime dependencies, so these checks are a forward-looking
# guard: any future dependency must clear advisories, an allowed license, and a
# trusted source before it can land.
[]
= true
[]
= 2
= "deny"
= []
[]
= 2
# Deny-by-default: only the crate's own license is allowed. The crate has zero
# dependencies, so a future dep introduces an unlisted license and fails this
# check loudly — at which point its license is added here as a deliberate
# decision (MIT, BSD-*, ISC, etc.) rather than waved through.
= ["Apache-2.0"]
= 0.93
[]
= "warn"
= "deny"
[]
= "deny"
= "deny"