# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "httlib-hpack" version = "0.1.3" authors = ["Kristijan Sedlak "] description = "HPACK format implementation for HTTP/2." homepage = "https://github.com/xpepermint/httlib-rs/tree/main/hpack" documentation = "https://docs.rs/httlib-hpack" readme = "README.md" keywords = ["hpack", "http", "http2", "h2"] categories = ["algorithms", "encoding"] license = "MIT" repository = "https://github.com/xpepermint/httlib-rs" [dependencies.httlib-huffman] version = "^0.3.4" [dev-dependencies.glob] version = "0.3.0" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.serde_json] version = "1.0.59"