Expand description
Provides types for the structured metadata stored in a registry index
Structs§
- Chksum
- A SHA-256 checksum, this is used by cargo to verify the contents of a crate’s tarball
- Index
Dependency - A single dependency of a specific crate version
- Index
Krate - A whole crate with all its versions
- Index
Version - A single version of a crate (package) published to the index
Enums§
- Chksum
Parse Error - Errors that can occur parsing a sha-256 hex string
- Dependency
Kind - Section in which this dependency was defined
Type Aliases§
- Feature
Map - A mapping of feature name to the features it enables