Module cargo::util::toml[][src]

Structs

DetailedTomlDependency
StringOrVec
TomlManifest

This type is used to deserialize Cargo.toml files.

TomlOptLevel
TomlProfile
TomlProfiles
TomlProject

Represents the package/project sections of a Cargo.toml.

TomlWorkspace

Enums

ProfilePackageSpec
StringOrBool
TomlDependency
U32OrBool
VecStringOrBool

Traits

ResolveToPath

Functions

parse

Attempts to parse a string into a toml::Value. This is not specific to any particular kind of TOML file.

read_manifest

Loads a Cargo.toml from a file on disk.