Structs§
- Cargo
Toml - Handle to manipulate and verify the
Cargo.tomlfile - Cargo
Toml Builder - Builder for
CargoToml.
Enums§
- Cargo
Toml Builder Error - Error type for CargoTomlBuilder
Traits§
- Test
- removeme
Functions§
- validate_
toml - Validates the provided TOML data, ensuring that a
[package]section is present and its fields meet certain criteria (e.g. valid SemVer version, mandatory fields likeauthors,license, etc.).
Type Aliases§
- Alias
- removeme