haproxy-brotli 0.1.0

HAProxy filter for brotli compression support
Documentation
[package]
name = "haproxy-brotli"
version = "0.1.0"
authors = ["Aleksandr Orlenko <zxteam@pm.me>"]
edition = "2024"
repository = "https://github.com/khvzak/haproxy-brotli"
autotests = false
readme = "README.md"
keywords = ["haproxy", "brotli"]
license = "MIT"
description = "HAProxy filter for brotli compression support"

[workspace]
members = [
    "module",
    "tests",
]

[dependencies]
mlua = { version = "0.11.3", features = ["macros"] }
haproxy-api = { version = "0.9.0" }
brotlic = "0.8"