Skip to content

feature foo needs feature bar #43

@LuckyTurtleDev

Description

@LuckyTurtleDev

I have a feature foo which required also feature bar to be enabled.
It looks like this can not be tested with cargo-all-feautures currently.

At the moment you can skip all combination of feature

skip_feature_sets = [
    ["foo", "bar"],
]

But I can not do something like this:

skip_feature_sets = [
    ["foo", "!bar"],
]

Alternative a new deps field can be added:

[[deps]]
  feature = "foo"
  needs = ["bar"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions