Skip to content

Conversation

@Dr-Emann
Copy link

@Dr-Emann Dr-Emann commented Nov 28, 2025

  • Update md5 crate version
  • Use sha2 crate directly rather than the sha256 crate
    • No need to hex decode, go directly to bytes
    • Less transitive dependencies (e.g. don't pull in tokio)
  • Put env_logger dep behind a (default enabled) feature flag, so users of the library don't need to pull it in.

Includes a similar change to #5, so closes #5

- We don't need to pull in tokio from sha256
- Allow users of the library to avoid pulling in dependencies only used
  by the binary
this also means we don't need to parse from hex, we can go directly to
digest bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant