Crate cargo_toml

source ·
Expand description

This crate defines structs that can be deserialized with Serde to load and inspect Cargo.toml metadata.

See TomlManifest::from_slice.

Structs

Errors that can occur when deserializing a type.
The top-level Cargo.toml structure
You can replace Metadata type with your own to parse into something more useful than a generic toml Value

Enums

Representation of a TOML value.

Type Definitions