There is no way to specify Cargo features without explicitly redefining script commands to pass --features "…"
to cargo
. It would be nice if features
was a Rust-specific key that we can use in build matrices etc.
There is no way to specify Cargo features without explicitly redefining script commands to pass --features "…"
to cargo
. It would be nice if features
was a Rust-specific key that we can use in build matrices etc.