[bans]
multiple-versions = "warn"
wildcards = "deny"
deny = [
{ name = "openssl" },
{ name = "openssl-sys" },
]
skip = []
skip-tree = []
[licenses]
unlicensed = "deny"
allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-DFS-2016",
"CC0-1.0",
]
deny = []
copyleft = "warn"
confidence-threshold = 0.93
exceptions = []
[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
unmaintained = "warn"
yanked = "warn"
notice = "warn"
ignore = [
"RUSTSEC-2021-0141",
"RUSTSEC-2024-0320",
"RUSTSEC-2020-0016",
"RUSTSEC-2024-0384",
]
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []