Download dependencies that cargo won't, such as those that require authentication.
~/.cargo/config
registry = "[registry-name]"
to any dependencies that use the registrycargo update
cargo sideload --registry=[registry-name]
in your crate's root
CARGO_SIDELOAD_ACCESS_TOKEN
in your shell or use the --access-token
flag if your download endpoint requires authentication.cargo
will use the local copies
rather than attempt to download them.