about.toml 418 B

1234567891011121314151617181920
  1. # Must be manually kept in sync with deny.toml.
  2. # See: https://github.com/EmbarkStudios/cargo-about/issues/201
  3. accepted = [
  4. "Apache-2.0",
  5. "Apache-2.0 WITH LLVM-exception",
  6. "CC0-1.0",
  7. "0BSD",
  8. "BSD-2-Clause",
  9. "BSD-3-Clause",
  10. "ICU",
  11. "ISC",
  12. "MIT",
  13. "MPL-2.0",
  14. "OpenSSL",
  15. "Zlib",
  16. "Unicode-3.0",
  17. "Unicode-DFS-2016",
  18. ]
  19. private = { ignore = true }
  20. workarounds = ["ring"]