graphql-engine/v3/crates/open-dds
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
..
examples add deprecated config for opendd metadata (#372) 2024-03-20 09:23:40 +00:00
src Give types / titles to all maps in the metadata jsonschema (#408) 2024-03-27 17:08:36 +00:00
Cargo.toml Remove unused dependencies using cargo machete. (#413) 2024-03-28 09:17:47 +00:00
metadata.jsonschema Give types / titles to all maps in the metadata jsonschema (#408) 2024-03-27 17:08:36 +00:00