etag-actix-middleware 0.2.5

Yet another actix-web middleware for managing ETag, If-Match and If-None-Match headers
Documentation
<!--- Please provide a general summary of your changes in the title above -->

## Pull request type
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed -->

Please check the type of change your PR introduces:

- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):

## What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue -->

Issue Number: N/A

## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by this PR -->

-
-
-

## Other information
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change -->


# Checklist

- [ ] I have performed a self-review of my own code
- [ ] I have added tests to cover my changes
- [ ] I have run succesfully
- [ ] I have run cargo deny check succesfully
- [ ] I have run cargo clippy succesfully (need only for jirust-cli crate)