Expand description
Package manifest parsing.
Structs§
- Package
Info - The
[package]
key in the manifest. - Package
Manifest - A parsed package manifest.
- Package
Spec - Identifies a package.
- Package
Version - A package’s version.
- Template
Info - The
[template]
key in the manifest. - Tool
Info - The
[tool]
key in the manifest. This field can be used to retrieve 3rd-party tool configuration. - Version
Bound - A version bound for compatibility specification.
- Versionless
Package Spec - Identifies a package, but not a specific version of it.
Type Aliases§
- Unknown
Fields - A type alias for a map of key-value pairs used to collect unknown fields where values are completely discarded.