# configuration for https://github.com/EmbarkStudios/cargo-deny [licenses] confidence-threshold = 0.8 allow = [ "MIT", "Apache-2.0", "Unicode-DFS-2016", "Unlicense", "BSD-3-Clause", ] [[licenses.clarify]] name = "ring" expression = "MIT AND ISC AND OpenSSL" license-files = [ { path = "LICENSE", hash = 0xbd0eed23 } ] [sources] unknown-registry = "deny" unknown-git = "warn" allow-registry = ["https://github.com/rust-lang/crates.io-index"]