Closed
Description
The output of cargo metadata
does not include the following metadata fields:
- authors
- repository
- readme
- keywords
- categories
Is this a bug?
Context: These fields are among the list in C-METADATA of the API guidelines. There is an open ticket in clippy to check that these fields are defined. While a lint like this would typically lean on cargo_metadata, it's not presently possible to use it, as cargo_metadata uses the output of cargo metadata
.