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