[graph]
targets = [
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-gnu"
]
[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
ignore = []
[licenses]
allow = [
"MIT",
"Unicode-3.0",
"BSD-3-Clause",
"Apache-2.0",
"ISC",
"Apache-2.0 WITH LLVM-exception",
]
[bans]
multiple-versions = "deny"
wildcards = "deny"
highlight = "all"
skip = [
{ name = "zerocopy", version = "0.7.35" },
{ name = "nix", version = "0.27.1" },
{ name = "system-deps", version = "6.2.2" },
{ name = "cfg-expr", version = "0.15.8" },
]