cargo build --target <target_triple>: Cargo itself supports cross-compilation by specifying the target architecture. cross⮳ just makes this easier. You'll still need to configure targets in your project.
Other Cross-Compilation Helpers (less common or more specialized)
Often, cross-compilation involves dealing with C/C++ dependencies. The cc⮳ crate, used in build scripts, can be helpful.