cargo vendor <path>
Vendor all dependencies for a project locally
Arguments
Options
Name | Description |
---|
--manifest-path <manifest-path> | Path to Cargo.toml |
-s, --sync <tomls...> | |
--color <color> | Coloring: auto, always, never |
--config <config> | |
-Z <unstable-features> | |
-q, --quiet | Do not print cargo log messages |
--no-delete | Don't delete older crates in the vendor directory |
--respect-source-config | |
--versioned-dirs | Always include version in subdir name |
--no-merge-sources | |
--relative-path | |
--only-git-deps | |
--disallow-duplicates | |
-h, --help | Print help information |
-v, --verbose | |
--frozen | Require Cargo.lock and cache are up to date |
--locked | Require Cargo.lock is up to date |
--offline | Run without accessing the network |