[package] name = "httlib-hpack" description = "HPACK format implementation for HTTP/2." license = "MIT" version = "0.1.3" authors = ["Kristijan Sedlak "] edition = "2018" documentation = "https://docs.rs/httlib-hpack" homepage = "https://github.com/xpepermint/httlib-rs/tree/main/hpack" repository = "https://github.com/xpepermint/httlib-rs" keywords = ["hpack", "http", "http2", "h2"] categories = ["algorithms", "encoding"] readme = "README.md" [dependencies] httlib-huffman = "^0.3.4" [dev-dependencies] glob = "0.3.0" hex = "0.4.2" serde_json = "1.0.59" # [badges] # travis-ci = { repository = "https://github.com/xpepermint/httlib-rs", branch = "master" }