CMD + K

cargo-make

Community

Rust task runner and build tool.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::cargo-make

Usage Tracking

0.37.24
0.37.23
0.37.22
0.37.21
0.37.20
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

The cargo-make task runner enables to define and configure sets of tasks and run them as a flow. A task is a command, script, rust code, or other sub tasks to execute. Tasks can have dependencies which are also tasks that will be executed before the task itself. With a simple toml based configuration file, you can define a multi platform build script that can run build, test, generate documentation, run bench tests, run security validations and more, executed by running a single command.

About

Summary

Rust task runner and build tool.

Last Updated

Jan 18, 2025 at 18:46

License

Apache-2.0

Total Downloads

22.6K

Version Downloads

1.7K

Supported Platforms

linux-64
macOS-64
win-64