cargo 0.65.0

Cargo, a package manager for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
{{#option "`--profile` _name_" }}
{{actionverb}} with the given profile.

As a special case, specifying the `test` profile will also enable checking in
test mode which will enable checking tests and enable the `test` cfg option.
See [rustc tests](https://doc.rust-lang.org/rustc/tests/index.html) for more
detail.

See the [the reference](../reference/profiles.html) for more details on profiles.
{{/option}}