# cargo-deny configuration # https://embarkstudios.github.io/cargo-deny/ [advisories] vulnerability = "deny" unmaintained = "warn" yanked = "warn" notice = "warn" [licenses] unlicensed = "deny" allow = [ "MIT", "Apache-2.0", "BSD-2-Clause", "BSD-3-Clause", "ISC", "Unicode-3.0", "Unicode-DFS-2016", "OpenSSL", "Zlib", "MPL-2.0", ] copyleft = "deny" [bans] multiple-versions = "warn" wildcards = "allow" [sources] unknown-registry = "deny" unknown-git = "deny" allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = []