rocket_async_compression 0.1.2

Response compression in both gzip and brotli formats for the Rocket webserver using the async-compression library
Documentation
[dependencies.async-compression]
features = ["gzip", "brotli", "tokio"]
version = "0.3.8"

[dependencies.futures]
version = "0.3.17"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.rocket]
version = "0.5.0-rc.2"

[package]
description = "Response compression in both gzip and brotli formats for the Rocket webserver using the async-compression library"
edition = "2021"
keywords = ["rocket", "gzip", "brotli", "compression"]
license = "MIT"
license-file = "LICENSE"
name = "rocket_async_compression"
readme = "README.md"
resolver = "2"
version = "0.1.2"