[graph]
targets = []
all-features = false
no-default-features = false
[advisories]
version = 2
[licenses]
version = 2
allow = [
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"ISC",
"MPL-2.0",
"Unicode-3.0",
"Zlib",
]
confidence-threshold = 0.8
exceptions = [
{ allow = ["CDLA-Permissive-2.0"], crate = "webpki-roots" },
]
[bans]
multiple-versions = "warn"
wildcards = "allow"
highlight = "all"
workspace-default-features = "allow"
external-default-features = "allow"
deny = [
{ crate = "openssl-sys", wrappers = [] },
]
skip = []
skip-tree = []
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []