
<!-- Generated by @storm-software/untyped -->
<!-- Do not edit this file directly -->

# Cargo Clippy Executor

## `outputPath`
- **Type**: `string`
- **Default**: `"dist/{projectRoot}"`

> Output Path


The output path for the build


## `package`
- **Type**: `string`
- **Default**: `"{projectRoot}/Cargo.toml"`

> Cargo.toml Path


The path to the Cargo.toml file


## `toolchain`
- **Type**: `string`
- **Default**: `"stable"`

> Toolchain


The type of toolchain to use for the build


## `target`
- **Type**: `string`

> Target


The target to build


## `allTargets`
- **Type**: `boolean`

> All Targets


Build all targets


## `profile`
- **Type**: `string`

> Profile


The profile to build


## `release`
- **Type**: `boolean`

> Release


Build in release mode


## `features`
- **Type**: `string`

> Features


The features to build


## `allFeatures`
- **Type**: `boolean`

> All Features


Build all features


## `fix`
- **Type**: `boolean`

> Fix


Automatically fix issues


