[licenses] allow = [ "Apache-2.0", "BSD-3-Clause", "MIT", "Unicode-DFS-2016", ] confidence-threshold = 1.0 [bans] allow = [] deny = [] # TODO before changing to 'deny': # * Resolve duplicate versions of itoa (used by criterion) # * Remove atty from criterion # * Resolve duplicate versions of constant_time_eq (used by blake2_sid and blake3) multiple-versions = "deny" skip = [] skip-tree = [] wildcards = "deny" allow-wildcard-paths = true [sources] allow-git = [] allow-registry = ["https://github.com/rust-lang/crates.io-index"] unknown-git = "deny" unknown-registry = "deny" [sources.allow-org] github = [] gitlab = [] bitbucket = []