targets = [] [advisories] db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] vulnerability = "deny" unmaintained = "deny" yanked = "deny" notice = "warn" ignore = [] [licenses] unlicensed = "deny" allow = ["MIT", "Apache-2.0", "BSD-3-Clause"] deny = [] exceptions = [{ allow = ["Unicode-DFS-2016"], name = "unicode-ident" }] # Deny all copyleft license except the ones above. copyleft = "deny" allow-osi-fsf-free = "neither" default = "deny" confidence-threshold = 0.8 [sources] unknown-registry = "deny" unknown-git = "deny"