# 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_core" version = "0.1.4" 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 version, request line and headers" readme = "README.md" keywords = [ "http", "method", "path", "version", "header", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/programingjd/min_http11" resolver = "2" [lib] name = "min_http11_core" path = "src/lib.rs" [dependencies.crc32fast] version = "1.4" features = ["std"] default-features = false [dependencies.thiserror] version = "1.0" features = [] default-features = false [features] _minimal = [] default = []