baptiste0928/cargo-install

GitHub action for cache-efficient Rust crates installation

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
crateName of the crate to installyes
featuresFeatures of the crate to enable.no
lockedUse the crate Cargo.lock if available.notrue
argsArguments added to the `cargo install` command.no
cache-keyAdditional key added to the automatic cache key.no
versionVersion of the crate to install.yeslatest
registryRegistry to install the crate from.no
indexRegistry index to install the crate from.no
gitGit repository to install the crate from.no
branchBranch to install the crate from.no
tagTag to install the crate from.no
commitCommit to install the crate from.no
revCommit to install the crate from.no
namedescription
versionThe version of the crate that has been installed.
cache-hitA boolean indicating whether the crate was restored from cache.