afire_compress 0.1.0

🦄 afire middleware to compress outgoing HTTP traffic
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "afire_compress"
version = "0.1.0"
authors = ["Connor Slade <connor@connorcode.com>"]
description = "🦄 afire middleware to compress outgoing HTTP traffic"
documentation = "https://docs.rs/afire_compress"
readme = "README.md"
keywords = ["http", "middleware", "compression", "afire"]
categories = ["network-programming", "web-programming::http-server"]
license = "GPL-3.0"
repository = "https://github.com/Basicprogrammer10/afire-compress"
resolver = "2"
[dependencies.afire]
version = "0.3.0"

[dependencies.brotli2]
version = "0.3.2"

[dependencies.flate2]
version = "1.0.22"

[dependencies.libflate]
version = "1.1.2"
[dev-dependencies.afire]
version = "0.3.0"