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