# Configuration for cargo-deny
# https://github.com/EmbarkStudios/cargo-deny
[]
# List of explicitly allowed licenses
= [
"MIT",
"Apache-2.0",
"Unicode-3.0",
]
[]
# Lint level for when multiple versions of the same crate are detected
= "warn"
# Deny specific crates
= []
[]
# The path where the advisory database is cloned/fetched into
= "~/.cargo/advisory-db"
# The url(s) of the advisory databases to use
= ["https://github.com/rustsec/advisory-db"]
# A list of advisory IDs to ignore
= []
[]
# Lint level for what to happen when a crate from a crate registry that is not in the allow list is encountered
= "warn"
# Lint level for what to happen when a crate from a git repository that is not in the allow list is encountered
= "warn"
# List of allowed crate registries
= ["https://github.com/rust-lang/crates.io-index"]