cargo-artifact-dependency
Stable crate alternative for cargo artifact dependency.
[!WARNING] This crate currently only supports binary artifacts. If you need other artifact types, please open an issue on github.
Why
Cargo artifact dependencies are still an unstable Cargo feature and may still have bugs. This crate exists as a temporary alternative while artifact dependency support remains unstable.
Quick Start
use ;
Notes
This crate does not emulate Cargo.toml's full version + path dependency
resolution semantics. If you need a local development path, you can gate .path(...)
behind a feature.
For example:
let mut builder = default
.crate_name
.version;