# cargo-deny v0.19+ configuration
# https://embarkstudios.github.io/cargo-deny/
[]
= [
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu",
]
[]
# Deny any crate with a known vulnerability
= "~/.cargo/advisory-db"
= ["https://github.com/rustsec/advisory-db"]
[]
= [
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Unicode-DFS-2016",
"Zlib",
"OpenSSL",
"MPL-2.0",
"CDLA-Permissive-2.0",
]
[]
= "warn"
= "allow"