[package] name = "h2spec" version = "0.0.0-202301.Jan.15" edition = "2021" rust-version = "1.60.0" authors = ["pinkforest"] description = "HTTP/2 Spec and testing" license = "Apache-2.0/MIT" readme = "README.md" homepage = "https://github/yaws-rs/h2spec" repository = "https://github/yaws-rs/h2spec" documentation = "https://docs.rs/h2spec" keywords = ["http"] categories = ["network-programming", "web-programming::http-server"] [features] [package.metadata.docs.rs] features = [] rustdoc-args = ["--cfg", "docsrs"] [dependencies]