[graph] targets = ["x86_64-unknown-linux-gnu"] all-features = false no-default-features = false [output] feature-depth = 1 [advisories] ignore = [] [licenses] allow = [ "MIT", "Apache-2.0", "Apache-2.0 WITH LLVM-exception", "BSD-3-Clause", "BSD-2-Clause", "0BSD", "ISC", "MPL-2.0", "Unicode-3.0", ] confidence-threshold = 0.8 exceptions = [ { allow = [ "OpenSSL", ], crate = "ring" }, { allow = [ "Unicode-DFS-2016", ], crate = "unicode-ident" }, ] [[licenses.clarify]] crate = "ring" expression = "ISC AND MIT AND OpenSSL" license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }] [[licenses.clarify]] crate = "webpki" expression = "ISC" license-files = [{ path = "LICENSE", hash = 0x001c7e6c }] # Actually "ISC-style" [[licenses.clarify]] crate = "rustls-webpki" expression = "ISC" license-files = [{ path = "LICENSE", hash = 0x001c7e6c }] [licenses.private] ignore = true registries = ["cenotelie"] [bans] multiple-versions = "allow" wildcards = "allow" highlight = "all" workspace-default-features = "allow" external-default-features = "allow" allow = [] deny = [] skip = [] skip-tree = [] [sources] unknown-registry = "deny" unknown-git = "deny" allow-registry = [ "https://github.com/rust-lang/crates.io-index", ] allow-git = [] [sources.allow-org]