# 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 = "min_http11_parser" version = "0.2.7" authors = ["Jerome David "] build = false include = [ "Cargo.toml", "src", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Minimum HTTP/1.1 request parser" readme = "README.md" keywords = [ "http", "request", "parser", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/programingjd/min_http11" resolver = "2" [lib] name = "min_http11_parser" path = "src/lib.rs" [dependencies.memchr] version = "2.7" features = ["std"] default-features = false [dependencies.min_http11_core] version = "0.1.4" features = [] default-features = false [dependencies.read_until_slice] version = "0.1" [dependencies.tokio] version = "1.40" features = [ "io-util", "time", ] default-features = false [dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dev-dependencies.tokio] version = "1.40" features = [ "test-util", "macros", "net", "rt", ] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "std", "fmt", "ansi", ] default-features = false [features] _minimal = ["min_http11_core/_minimal"] default = []