[advisories] db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] vulnerability = "deny" unmaintained = "deny" yanked = "deny" notice = "deny" ignore = [ ] [licenses] unlicensed = "deny" allow = [ "MIT", "Apache-2.0", "ISC", "BSD-3-Clause", ] copyleft = "deny" allow-osi-fsf-free = "neither" default = "deny" confidence-threshold = 0.8 exceptions = [ ] [bans] multiple-versions = "deny" wildcards = "deny" highlight = "all" skip = [ #{ name = "ansi_term", version = "=0.11.0" }, ] [sources] unknown-registry = "deny" unknown-git = "deny" allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = []