# 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 = "micro-http" version = "0.1.0-alpha.3" authors = ["Zava "] description = "the async micro http server" homepage = "https://github.com/foldright/micro-http" readme = "README.md" keywords = [ "http", "async", "web", ] categories = [ "web-programming::http-server", "network-programming", ] license = "MIT OR Apache-2.0" resolver = "1" [dependencies.bytes] version = "1.3.0" [dependencies.futures] version = "0.3.26" [dependencies.http] version = "0.2.9" [dependencies.http-body] version = "1.0.0-rc.2" [dependencies.http-body-util] version = "0.1.0-rc.2" [dependencies.httparse] version = "1.8.0" [dependencies.mime] version = "0.3.16" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "net", "io-util", "macros", "sync", "signal", "test-util", ] [dependencies.tokio-util] version = "0.7.8" features = [ "codec", "io", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dev-dependencies.indoc] version = "1.0.8"