Skip to content

Optional (build-)dependencies missingΒ #274

@robo9k

Description

@robo9k

For a crate with optional build-dependencies that are included with the "default" and their own implicit feature, deps.rs is showing:

No external dependencies! πŸ™Œ

See https://deps.rs/crate/magic-sys/0.4.1

Now granted this is a specific combination (though build-dependencies for -sys crates are common) but I did not find any other issues saying this is intentionally not supported, #71 has some overlap

For comparison:

Since build-dependencies are used when building the crate itself and when using it as a dependency, I would have expected them to be listed (like the dev-dependencies are)
Since optional dependencies can be included by user choice / feature, I would also have expected them to be listed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions