The list of licenses in deny.toml is also the list of third-party licenses I'd want to reproduce in a THIRD-PARTY-LICENSES.txt file. I'd love to have a feature in cargo deny to generate such a file based on deny.toml.
(Note that that shouldn't be a complete list of licenses, since deny.toml lists enough licenses to satisfy all the SPDX clauses, and if you have a crate licensed as MIT OR AwfulLicense, you don't want to list AwfulLicense.)
The list of licenses in
deny.tomlis also the list of third-party licenses I'd want to reproduce in aTHIRD-PARTY-LICENSES.txtfile. I'd love to have a feature incargo denyto generate such a file based ondeny.toml.(Note that that shouldn't be a complete list of licenses, since
deny.tomllists enough licenses to satisfy all the SPDX clauses, and if you have a crate licensed asMIT OR AwfulLicense, you don't want to list AwfulLicense.)