--- source: tests/help-snapshot.rs expression: "run(\"-h\")?" --- cargo-equip Ryo Yamashita A Cargo subcommand to bundle your code into one `.rs` file for competitive programming. Use -h for short descriptions and --help for more detials. USAGE: cargo equip [OPTIONS] cargo equip [OPTIONS] --lib cargo equip [OPTIONS] --bin cargo equip [OPTIONS] --example cargo equip [OPTIONS] --src OPTIONS: --src Bundle the lib/bin/example target and its dependencies --lib Bundle the library and its dependencies --bin Bundle the binary and its dependencies --example Bundle the binary example and its dependencies --manifest-path Path to Cargo.toml --exclude ... Exclude library crates from bundling --exclude-atcoder-crates Alias for `--exclude {crates available on AtCoder}` --exclude-atcoder-202301-crates Alias for `--exclude {crates available on AtCoder 202301}` --exclude-codingame-crates Alias for `--exclude {crates available on CodinGame}` --mine ... Do not include license and copyright notices for the users --toolchain [Deprecated] Alias for `--toolchain-for-udeps` --toolchain-for-udeps `nightly` toolchain for `cargo-udeps` [default: nightly] --toolchain-for-proc-macro-srv Toolchain for expanding procedural macros --mod-path Expand the libraries to the module [default: crate::__cargo_equip] --remove ... Remove some part [possible values: docs, comments] --minify Minify part of the output before emitting [default: none] [possible values: none, libs, all] --no-resolve-cfgs Do not resolve `cfg(..)`s --no-rustfmt Do not format the output before emitting --no-check Do not check the output before emitting -o, --output Write to the file instead of STDOUT --oneline [Deprecated] Alias for `--minify` [default: none] [possible values: none, libs, all] --resolve-cfgs [Deprecated] No-op --rustfmt [Deprecated] No-op --check [Deprecated] No-op -h, --help Prints help information -V, --version Prints version information