# cargo-about configuration — drives `cargo about generate` to produce
# THIRD-PARTY-LICENSES.md (the attribution notices for bundled dependencies).
# Keep `accepted` in sync with deny.toml's [licenses].allow.
# Feature/target selection is passed on the CLI (`--all-features`); leaving
# `targets` unset attributes crates for every target (Windows, wasm, Android).
= [
"MIT",
"MIT-0",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-3-Clause",
"BSL-1.0",
"ISC",
"MPL-2.0",
"Unlicense",
"Unicode-3.0",
"CDLA-Permissive-2.0",
]