[][src]Module cargo_rpm::config

Cargo.toml parser specialized for the cargo rpm use case

Structs

CargoConfig

The parts of Cargo.toml that cargo rpm cares about

CargoFlags

Options for creating the release artifact

FileConfig

Properties of a file to be included in the final RPM

PackageConfig

Struct representing a Cargo.toml file's [package] section

PackageMetadata

The [package.metadata] table: ignored by Cargo, but we can put stuff there

RpmConfig

Our [package.metadata.rpm] extension to Cargo.toml

Enums

CargoLicense

Struct representing possible license formats for Cargo.toml

Constants

CARGO_CONFIG_FILE

Cargo configuration for the current project

Functions

append_rpm_metadata

Render package.metadata.rpm section to include in Cargo.toml