# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "webparse" version = "0.3.0" authors = ["tickbh "] description = "http1.1/http2 parse http解析库" readme = "README.md" keywords = [ "http1", "http2", "websocket", "parse", "http", ] license = "Apache-2.0" repository = "https://github.com/tickbh/webparse" [dependencies.algorithm] version = "0.1.12" [dependencies.base64] version = "0.22.1" [dependencies.bitflags] version = "2.6.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22"