# cargo-about config. Generates THIRD-PARTY-LICENSES.md — the attribution
# bundle shipped with the binary/crate to satisfy the BSD/MIT/Apache/IJG
# "reproduce the copyright notice and license text" obligation.
#
# cargo about generate about.hbs -o THIRD-PARTY-LICENSES.md
# Licenses we accept in the shipped artifact. Mirrors deny.toml's allow-list
# plus IJG (mozjpeg / libjpeg-turbo decode path), which must be accepted here
# so its text is rendered rather than treated as an error.
= [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"MIT",
"MIT-0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Zlib",
"BSL-1.0",
"Unicode-3.0",
"CC0-1.0",
"Unlicense",
"IJG",
"MPL-2.0",
"CDLA-Permissive-2.0",
]
# Dev-dependencies are not part of the shipped artifact.
= true