[package] name = "webparse" version = "0.3.0" edition = "2021" authors = [ "tickbh " ] description = "http1.1/http2 parse http解析库" repository = "https://github.com/tickbh/webparse" license = "Apache-2.0" keywords = ["http1", "http2", "websocket", "parse", "http"] [dependencies] log="0.4.22" bitflags="2.6.0" lazy_static = "1.5.0" base64 = "0.22.1" algorithm = "0.1.12"