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
Modules§
Macros§
Structs§
- Verified string newtype
- A group of fields that are inheritable by members of the workspace
- Error validating names in Cargo.
- Verified string newtype
- Verified string newtype
- Verified string newtype
- Verified string newtype
- Error parsing a
RustVersion
. - 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.toml
files. - Represents the
package
/project
sections of aCargo.toml
. - Corresponds to a
target
entry, butTomlTarget
is already used. - Error validating names in Cargo.
Enums§
- An enum that allows for inheriting keys from a workspace in a Cargo.toml.
Functions§
- is_
false 🔒