# cargo-deny configuration for regit-identifiers (v2 format)
# https://embarkstudios.github.io/cargo-deny/
#
# regit-identifiers has zero runtime dependencies. This file is a standing
# guard: it fails CI the moment a dependency (runtime or dev) is added that
# carries an advisory, a non-allowed licence, or an unknown source.
[]
= []
[]
# The published crate has zero runtime dependencies, so the licence graph of
# the shipped artefact is the crate itself (Apache-2.0). The remaining entries
# cover the permissive licences in the *development* dependency tree
# (`proptest`, `criterion`) — none copyleft, none shipped to users. cargo-deny
# will flag the licence of the first runtime dependency ever added.
= [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"MIT",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Zlib",
]
[]
= "warn"
= "deny"
[]
= "deny"
= "deny"
= ["https://github.com/rust-lang/crates.io-index"]
= []