[graph] targets = [] [advisories] db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] yanked = "warn" ignore = [] [licenses] allow = ["MIT", "Apache-2.0"] confidence-threshold = 0.8 exceptions = [] [[licenses.clarify]] name = "ring" version = "*" expression = "MIT AND ISC AND OpenSSL" license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }] [licenses.private] ignore = true [bans] multiple-versions = "warn" wildcards = "allow" highlight = "all"