# Configuration for `cargo deny check`, which enforces the licensing posture
# described in README.md: permissive only, no copyleft in the dependency graph.
[]
= 2
# Every crate in the default graph must be one of these.
= [
"0BSD",
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Zlib",
]
= 0.9
[]
# `image` pulls in a dozen codec crates, one of which (mp4parse) is MPL-2.0,
# to do what the `png` crate alone does here. Keep it out.
= [{ = "image" }]
= "warn"
[]
= 2
= "deny"
[]
= "deny"
= "deny"