[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", "BSD-3-Clause", ] confidence-threshold = 1.0 # Unfortunately ring does not provide a well known license, but it should be ISC'ish [[licenses.clarify]] name = "ring" expression = "LicenseRef-ring" license-files = [ { path = "LICENSE", hash = 0xbd0eed23 }, ] [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 = []