1234567891011121314151617181920 |
- # Must be manually kept in sync with deny.toml.
- # See: https://github.com/EmbarkStudios/cargo-about/issues/201
- accepted = [
- "Apache-2.0",
- "Apache-2.0 WITH LLVM-exception",
- "CC0-1.0",
- "0BSD",
- "BSD-2-Clause",
- "BSD-3-Clause",
- "ICU",
- "ISC",
- "MIT",
- "MPL-2.0",
- "OpenSSL",
- "Zlib",
- "Unicode-3.0",
- "Unicode-DFS-2016",
- ]
- private = { ignore = true }
- workarounds = ["ring"]
|