[advisories] db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] yanked = "deny" [licenses] # See https://spdx.org/licenses/ for list of possible licenses allow = [ "MIT", "Apache-2.0", "Unicode-DFS-2016", ] confidence-threshold = 1.0 [sources] unknown-registry = "deny" unknown-git = "deny" allow-registry = ["https://github.com/rust-lang/crates.io-index"] allow-git = [] [sources.allow-org] github = [] gitlab = [] bitbucket = []