cargo-bins / cargo-quickinstall

pre-compiled binary packages for `cargo install`
Apache License 2.0
218 stars 11 forks source link

Enable all feature including "bundled" #294

Closed NobodyXu closed 2 months ago

NobodyXu commented 2 months ago

Motivation:

Some crates, e.g. https://docs.rs/crate/cargo-docset/latest/features , have a bundled-* feature to build a vendored C/C++ library, which is necessary for cross-compilation and reliable distribution.