DanielKeep / cargo-script

Cargo script subcommand
Other
729 stars 37 forks source link

Support for features on embedded dependencies #68

Open RalfJung opened 5 years ago

RalfJung commented 5 years ago

It would be great if the embedded dependencies (// cargo-deps) could also enable features on these dependencies.

Currently, from what I can tell, cargo script cannot be used if you need a non-default feature of an external dependency.