vkcargo 0.45.1

Fork of Cargo, a package manager for Rust. This fork is for testing of vojtechkral's changes and is temporary.
Documentation
1
2
3
4
5
6
*--profile* _NAME_::
    Changes convert:lowercase[{actionverb}] behavior. Currently only `test` is
    supported, which will convert:lowercase[{actionverb}] with the
    `#[cfg(test)]` attribute enabled. This is useful to have it
    convert:lowercase[{actionverb}] unit tests which are usually excluded via
    the `cfg` attribute. This does not change the actual profile used.