# cargo-deny configuration
# See: https://embarkstudios.github.io/cargo-deny/
[]
= "~/.cargo/advisory-db"
= ["https://github.com/rustsec/advisory-db"]
= 2
= []
[]
= [
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"BSL-1.0",
"MPL-2.0",
"Unicode-3.0",
]
= 0.8
[]
= "warn"
= "allow"
= "all"
[]
= "deny"
= "deny"
= ["https://github.com/rust-lang/crates.io-index"]
= []