Crate cargo_kit

Source
Expand description

cargo-kit is a Cargo subcommand that can apply preconfigured templates to your Cargo.toml manifest.

Non-interactive command-line usage:

cargo kit apply <template> <profile> [--nightly=on]

Interactive command-line usage:

cargo kit

You can also use this crate as a library, although it probably won’t be very useful.

Structs§

  • Config stored in .cargo/config.toml file.
  • Manifest parsed out of a Cargo.toml file.
  • Cargo workspace project.
  • Describes options for applying templates
  • Workspace that was modified through a template.
  • A set of Cargo profile items and .cargo/config.toml config items that can be applied to a Cargo workspace.

Enums§

Functions§