1 2 3 4 5 6 7 8 9 10
[package] name = "rust-http2" version = "0.2.0" edition = "2021" license = "MIT" description = "HTTP/2 Frame Parsing for Rust" [dependencies] bitflags = "2.9.1" hpack = "0.3.0"