| [licenses] |
| allow = ["MIT", "Apache-2.0", "ISC"] |
| private = { ignore = true } |
| exceptions = [ |
| { name = "ring", allow = [ |
| "OpenSSL", |
| ] }, |
| { name = "unicode-ident", allow = [ |
| "Unicode-DFS-2016", |
| ] }, |
| { name = "rustls-webpki", allow = [ |
| "BSD-3-Clause", |
| ] }, |
| ] |
| |
| [[licenses.clarify]] |
| name = "ring" |
| expression = "ISC AND MIT AND OpenSSL" |
| license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }] |
| |
| [[licenses.clarify]] |
| name = "rustls-webpki" |
| expression = "ISC AND BSD-3-Clause" |
| license-files = [ |
| { path = "LICENSE", hash = 0x001c7e6c }, |
| { path = "third-party/chromium/LICENSE", hash = 0x001c7e6c }, |
| ] |