1 2[advisories] 3yanked = "deny" 4ignore = [] 5 6[licenses] 7allow = [ 8 "Apache-2.0", 9 "MIT", 10] 11confidence-threshold = 1.0 12 13[bans] 14allow = [] 15deny = [] 16multiple-versions = "deny" 17skip = [ 18 # Dependency of this crate and and rustix (rustix has older). We only use one at a time. 19 { name = "windows-sys" }, 20] 21skip-tree = [] 22wildcards = "deny" 23 24[sources] 25allow-git = [] 26allow-registry = ["https://github.com/rust-lang/crates.io-index"] 27unknown-git = "deny" 28unknown-registry = "deny" 29 30[sources.allow-org] 31github = [] 32gitlab = [] 33bitbucket = [] 34