# 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-web" version = "0.1.0-alpha.3" authors = ["Zava "] description = "the async micro web framework" 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.arc-swap] version = "1.6.0" [dependencies.async-trait] version = "0.1.68" [dependencies.brotli] version = "3.3" [dependencies.bytes] version = "1.3.0" [dependencies.flate2] version = "1.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.httpdate] version = "1.0.2" [dependencies.matchit] version = "0.7.0" [dependencies.micro-http] version = "0.1.0-alpha.3" [dependencies.mime] version = "0.3.17" [dependencies.pin-project-lite] version = "0.2.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.serde_qs] version = "0.12.0" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "net", "io-util", "macros", "sync", "signal", "test-util", "time", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.zstd] version = "0.12" [dev-dependencies.mockall] version = "0.11.3"