[package] name = "http1-spec" version = "0.3.1" authors = ["vkill "] edition = "2021" description = "http1 spec." license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/http1-rs" homepage = "https://github.com/bk-rs/http1-rs" documentation = "https://docs.rs/http1-spec" keywords = [] categories = [] readme = "README.md" [dependencies] http = { version = "0.2", default-features = false }