http-cache-tower-server 0.2.2

Server-side HTTP response caching middleware for Tower/Axum
Documentation
# Changelog

## [0.2.2] - 2026-02-17

### Changed

- Updated `http-cache` dependency to 1.0.0-alpha.5
- Updated `http-cache-semantics` to 3.0.0
- MSRV bumped from 1.85.0 to 1.88.0
- Exposed `url-standard`, `url-ada`, `http-headers-compat`, `streaming`, `rate-limiting`, `manager-cacache-bincode`, and `manager-moka-bincode` feature flags

## [0.2.1] - 2026-01-18

### Changed

- Updated `http-cache` dependency to 1.0.0-alpha.4

## [0.2.0] - 2026-01-18

### Changed

- Updated `http-cache` dependency to 1.0.0-alpha.3
- MSRV is now 1.85.0

## [0.1.0] - 2025-11-23

### Added

- Initial release of server-side HTTP response caching middleware for Tower/Axum