Crate workspacer_toml

Source

Structs§

CargoToml
Handle to manipulate and verify the Cargo.toml file
CargoTomlBuilder
Builder for CargoToml.

Enums§

CargoTomlBuilderError
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 like authors, license, etc.).

Type Aliases§

Alias
removeme