Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Support for cargo-hakari with cargo-udeps #595

Description

@tzilist

Right now, cargo-hakari generates an immense amount of failures since none of the dependencies are used within the actual crate. It would be nice if there was an ability to automatically generate an ignored section like so:

### BEGIN HAKARI SECTION
[dependencies]
a = { version = "1.0" }
b = { version = "1.0" }

[package.metadata.cargo-udeps.ignore]
normal = ["a", "b"]
### END HAKARI SECTION

Or something along these lines.

Thank you!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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