[advisories] vulnerability = "deny" unmaintained = "warn" notice = "warn" ignore = [] [licenses] unlicensed = "deny" allow = [ "Apache-2.0", "Apache-2.0 WITH LLVM-exception", "BSD-3-Clause", "MIT", ] deny = [] copyleft = "warn" # Blanket approval or denial for OSI-approved or FSF Free/Libre licenses # * both - The license will only be approved if it is both OSI-approved *AND* FSF/Free # * either - The license will be approved if it is either OSI-approved *OR* FSF/Free # * osi-only - The license will be approved if is OSI-approved *AND NOT* FSF/Free # * fsf-only - The license will be approved if is FSF/Free *AND NOT* OSI-approved # * neither - The license will be denied if is FSF/Free *OR* OSI-approved allow-osi-fsf-free = "neither" confidence-threshold = 0.8 [bans] # Lint level for when multiple versions of the same crate are detected multiple-versions = "warn" highlight = "lowest-version" allow = [ ] deny = [ ] # Certain crates/versions that will be skipped when doing duplicate detection. skip = [ ] skip-tree = [ # This is useful for dev-dependencies like criterion which often pin their own versions of rand { name = "criterion", version = "*", depth = 3 }, { name = "proptest", version = "*", depth = 3 }, { name = "wasi", version = "0.9"} ]