Skip to content

Missing metadata in output of cargo metadata #5373

Closed
@ysimonson

Description

@ysimonson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions