[][src]Module cargo_toml_builder::prelude

Use the glob import from this module to pull in the most common traits & types needed to work with the builder

Re-exports

pub use crate::CargoToml;

Structs

Dependency

Represents a single dependency

Feature

Represents a single feature

LibTarget

Represents a [lib] table

Profile

Represents a [profile.*] table

Enums

License

Licenses for the license = "" attribute

Traits

DependencyExt

Adds some methods to create Dependency objects from objects that impl Display

Type Definitions

BenchTarget

Represents a [[bench]] table

BinTarget

Represents a [[bin]] table

ExampleTarget

Represents an [[example]] table

TestTarget

Represents a [[test]] table