# cargo-about configuration — third-party license notices for release binaries.
# Run with every feature we ship (terminal, gui, audio):
# cargo about generate --all-features about.hbs -o THIRD-PARTY-NOTICES.md
accepted = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",
"CC0-1.0",
"ISC",
"Unicode-3.0",
"Unlicense",
"Zlib",
"0BSD",
]