# cargo-about configuration
# See: https://embarkstudios.github.io/cargo-about/
= [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",
"ISC",
"OpenSSL",
"Unicode-3.0",
"Zlib",
"0BSD",
"MIT-0",
"CC0-1.0",
"Unlicense",
]
# Workaround: some older crates use deprecated SPDX identifiers
# cargo-about treats these as parse errors unless we ignore them
= true
= true
[]
# Uses deprecated "GPL-2.0" identifier but is actually "GPL-2.0 OR MIT"
# We accept the MIT side of the OR
= ["GPL-2.0"]