Hello,

I have a project for which some machines have only a subset of features set. Currently, I write

cargo run --no-default-features --features "toto,titi" --bin my_bin

This is a bit cumbersome and I sometimes forget the --no-default-features --features part. I was wondering if there is a local config file that I could put in the directory to instruct cargo to use this particular subset of features. I guess this should be in the documentation, but I didn’t find it.

You are viewing a single thread.
View all comments View context
2 points

This would look like it would be what I am looking for, but the documentation of the configuration file does not mention features.

permalink
report
parent
reply
1 point

https://doc.rust-lang.org/cargo/reference/manifest.html

it’s the sixth from the bottom in the table of contents

permalink
report
parent
reply

Rust

!rust@programming.dev

Create post

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits
  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

Community stats

  • 504

    Monthly active users

  • 890

    Posts

  • 3.9K

    Comments