graphql-engine/v3/crates/hasura-authn-webhook/dev-auth-webhook
Samir Talwar 748bb3abab Remove unused dependencies using cargo machete. (#413)
`cargo machete` is a very useful tool that figures out when you aren't
using a dependency. I have run this locally to remove unused
dependencies.

I've also added a CI job to make sure we catch these in the future.

Sometimes it reports false positives, e.g. when a dependency isn't used
directly but in macro-generated code (e.g. with `strum`). I have added
`"ignored"` clauses to the `Cargo.toml` files where appropriate.

V3_GIT_ORIGIN_REV_ID: ed015089b695cec8eeb03ce455d6dd3cd312a016
2024-03-28 09:17:47 +00:00
..
src Improvements to Docker configuration. (#414) 2024-03-28 08:52:55 +00:00
.gitignore Move all crates into a folder (#355) 2024-03-19 18:07:14 +00:00
Cargo.lock Remove unused dependencies using cargo machete. (#413) 2024-03-28 09:17:47 +00:00
Cargo.toml Remove unused dependencies using cargo machete. (#413) 2024-03-28 09:17:47 +00:00
Dockerfile Improvements to Docker configuration. (#414) 2024-03-28 08:52:55 +00:00