# cargo-deny configuration. Run `cargo deny check`.
[]
= 2
= "deny"
[]
= "warn"
= "deny"
[]
= 2
= "allow"
# The crate is MIT OR Apache-2.0; dev/build dependencies must use licenses
# from this allow-list.
= [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Unicode-DFS-2016",
"Zlib",
"MPL-2.0",
"CC0-1.0",
]
= 0.9
[]
= "deny"
= "deny"
= ["https://github.com/rust-lang/crates.io-index"]