[advisories] db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] vulnerability = "deny" unmaintained = "deny" yanked = "deny" notice = "warn" ignore = [ ] [licenses] unlicensed = "deny" allow = [ "MIT", "Apache-2.0", "MPL-2.0", "Unicode-DFS-2016", "BSD-3-Clause", ] deny = [ ] # Exception for rings license [[licenses.clarify]] name = "ring" expression = "LicenseRef-ring" license-files = [ { path = "LICENSE", hash = 0xbd0eed23 }, ]