# cargo-deny configuration
# https://embarkstudios.github.io/cargo-deny/
[]
= []
= true
# --- Advisories -----------------------------------------------------------
[]
= []
# --- Licenses -------------------------------------------------------------
[]
= [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"Unicode-3.0",
]
= 0.8
# --- Bans ------------------------------------------------------------------
[]
= "warn"
= "allow"
= "all"
# --- Sources ---------------------------------------------------------------
[]
= "deny"
= "deny"
= ["https://github.com/rust-lang/crates.io-index"]
= []