# 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 = "may_minihttp" version = "0.1.11" authors = ["Xudong Huang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mini http server that implemented on top of [may](https://github.com/Xudong-Huang/may)" homepage = "https://github.com/Xudong-Huang/may_minihttp.git" documentation = "https://docs.rs/may_minihttp" readme = "README.md" keywords = [ "http", "server", "may", ] categories = ["web-programming::http-server"] license = "MIT/Apache-2.0" repository = "https://github.com/Xudong-Huang/may_minihttp.git" [profile.release] opt-level = 3 lto = "thin" codegen-units = 1 debug = 0 panic = "abort" overflow-checks = false incremental = false [lib] name = "may_minihttp" path = "src/lib.rs" [[example]] name = "hello" path = "examples/hello.rs" [[example]] name = "hello-world" path = "examples/hello-world.rs" [[example]] name = "json" path = "examples/json.rs" [[example]] name = "post" path = "examples/post.rs" [[example]] name = "status" path = "examples/status.rs" [[example]] name = "techempower" path = "examples/techempower.rs" [[example]] name = "techempower_no_db" path = "examples/techempower_no_db.rs" [dependencies.bytes] version = "1" [dependencies.httparse] version = "1" [dependencies.httpdate] version = "1" [dependencies.itoa] version = "1" [dependencies.log] version = "0.4" [dependencies.may] version = "0.3.46" default-features = false [dependencies.once_cell] version = "1" [dev-dependencies.atoi] version = "2" [dev-dependencies.buf-min] version = "0.7" features = ["bytes"] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.log] version = "0.4" features = ["release_max_level_off"] [dev-dependencies.mimalloc] version = "0.1" default-features = false [dev-dependencies.nanorand] version = "0.7" features = [ "std", "wyrand", ] default-features = false [dev-dependencies.num_cpus] version = "1.0" [dev-dependencies.serde_json] version = "1" [dev-dependencies.smallvec] version = "1.1" [dev-dependencies.yarte] version = "0.15" features = [ "bytes-buf", "json", ] [features] default = ["may/default"] [target."cfg(unix)".dev-dependencies]