[advisories] db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] vulnerability = "deny" unmaintained = "deny" yanked = "deny" notice = "deny" # Only needed because of https://github.com/netvl/xml-rs. # TODO: Remove this when repository will be maintained again. ignore = ["RUSTSEC-2022-0048"] [licenses] unlicensed = "deny" copyleft = "deny" allow = [ "MIT", "Apache-2.0", "BSD-3-Clause", ] exceptions = [ { name = "unicode-ident", allow = ["Unicode-DFS-2016"] }, ] default = "deny" [[licenses.clarify]] name = "stretch" expression = "MIT" license-files = [] [bans] multiple-versions = "deny" wildcards = "deny" highlight = "all" # Certain crates/versions that will be skipped when doing duplicate detection. skip = [] [sources] unknown-registry = "deny" unknown-git = "deny" allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = []