Cargo is the Rust package manager.

The Cargo.toml file for each package is called its manifest. Cargo uses the metadata in the manifest to download Rust package’s dependencies, compile packages, make distributable packages, and upload them to crates.io, the Rust community’s package registry.

The manifest format is described in the Cargo Book.

PropertyRust Package Manager
codeRepositorypackage.repository
softwareRequirementsdependencies, dev-dependencies, build-dependencies
authorpackage.authors
contributorpackage.authors
keywordspackage.keyword
licensepackage.license
versionpackage.version
namepackage.authors
urlpackage.homepage
relatedLinkpackage.documentation
emailpackage.authors
namepackage.authors
maintainerpackage.authors
issueTrackerbadges.is-it-maintained-open-issues
readmepackage.readme

New to CodeMeta? The User Guide describes how these terms are used in a codemeta.json file. There are also various tools such as the generator that can help!