25 lines
418 B
TOML
25 lines
418 B
TOML
[advisories]
|
|
version = 2
|
|
db-path = "~/.cargo/advisory-db"
|
|
ignore = []
|
|
|
|
[licenses]
|
|
version = 2
|
|
allow = [
|
|
"MIT",
|
|
"Apache-2.0",
|
|
"Apache-2.0 WITH LLVM-exception",
|
|
"BSD-2-Clause",
|
|
"Unicode-3.0",
|
|
]
|
|
confidence-threshold = 0.8
|
|
|
|
[bans]
|
|
multiple-versions = "warn"
|
|
wildcards = "allow"
|
|
|
|
[sources]
|
|
unknown-registry = "warn"
|
|
unknown-git = "warn"
|
|
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
|