cargo-local-registry
cargo-local-registry copied to clipboard
A cargo subcommand to manage local registries
When depending on a crate from git rather than crates.io, any transitive dependencies are listed as coming from the git repository. As a result, any transitive dependencies from crates.io via...
Hi, Thanks for the useful tool. Let's say I have 1 project which builds a library. I would like to publish it to a local registry first, and after refer...
To give people the option of maintaining a single vendor directory across multiple crates/workspaces.
https://github.com/ChrisGreenaway/cargo-local-registry/pull/80 unfortunaltly prevents using source replacement to source your original crates. One possibility is to roll back #80 , another solution is to sometimes ignore it: https://github.com/ChrisGreenaway/cargo-local-registry/pull/161 We could be...
Cargo's not the lightest dependency and with it's dependency on openssl it's tricky to build. I know this is a tall order but I'm just wondering if we could shell...
I made a tool that compares to local indexes to handle the case of changing metadata formats so you can audit there were no crates removed. Maybe we could get...
It should be possible for cargo-local-registry to have multiple different versions of a crate (i.e. the same crate with the same version from multiple sources). One way to achieve this...
Is there any way to mirror the entire crates.io by this command? I am going to use Rust in a environment that don't have internet access. cargo registering is the...
There should be documentation that explains all the command line options. Currently, running `cargo local-registry --help` will show the options, but more detail is needed and the README seems like...