cargo 0.45.1

Cargo, a package manager for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
*--target* _TRIPLE_::
    {actionverb} for the given architecture. The default is the host
    architecture. The general format of the triple is
    `<arch><sub>-<vendor>-<sys>-<abi>`. Run `rustc --print target-list` for a
    list of supported targets.
+
This may also be specified with the `build.target`
linkcargo:reference/config.html[config value].
+
Note that specifying this flag makes Cargo run in a different mode where the
target artifacts are placed in a separate directory. See the
linkcargo:guide/build-cache.html[build cache] documentation for more details.