targets = [ ] feature-depth = 1 [advisories] db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] vulnerability = "deny" unmaintained = "warn" yanked = "deny" notice = "warn" ignore = [ ] [licenses] unlicensed = "deny" allow = [ "MIT", "Apache-2.0", "Apache-2.0 WITH LLVM-exception", "Unicode-DFS-2016", "MPL-2.0", ] copyleft = "deny" allow-osi-fsf-free = "neither" default = "deny" confidence-threshold = 0.8 [licenses.private] ignore = false registries = [ ] [bans] multiple-versions = "deny" wildcards = "deny" highlight = "all" workspace-default-features = "allow" external-default-features = "allow" skip = [ { name = "bitflags" } ] [sources] unknown-registry = "deny" unknown-git = "deny" allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = []