Module cargo::util_schemas::manifest
source · Expand description
Cargo.toml / Manifest schema definition
Style
- Fields duplicated for an alias will have an accessor with the primary field’s name
- Keys that exist for bookkeeping but don’t correspond to the schema have a
_prefix
Macros
Structs
- Verified string newtype
- A group of fields that are inheritable by members of the workspace
- Verified string newtype
- Verified string newtype
- Verified string newtype
- A StringOrVec can be parsed from either a TOML string or array, but is always stored as a vector.
- This type is used to deserialize
Cargo.tomlfiles. - Represents the
package/projectsections of aCargo.toml. - Corresponds to a
targetentry, butTomlTargetis already used.
Enums
- An enum that allows for inheriting keys from a workspace in a Cargo.toml.
Functions
- is_false 🔒