# cargo-deny configuration
# https://embarkstudios.github.io/cargo-deny/
[]
= "~/.cargo/advisory-db"
= ["https://github.com/rustsec/advisory-db"]
[]
= [
"GPL-3.0-or-later",
"MIT",
"Apache-2.0",
# "0BSD",
# "BSD-2-Clause",
"BSD-3-Clause",
# "ISC",
"Zlib",
# "MPL-2.0",
"Unicode-3.0",
# "CC0-1.0",
"BSL-1.0",
# "CDLA-Permissive-2.0",
]
= 0.8
[]
= "warn"
= "allow"
= "all"
[]
= "deny"
= "warn"