# 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 = "mini-http-test" version = "0.2.0" authors = ["Dean Sheather "] description = "A mini HTTP server for testing HTTP clients" readme = "README.md" keywords = [ "http", "server", "test", ] categories = [ "development-tools::testing", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/deansheather/mini-http-test" [dependencies.async-trait] version = "0.1" [dependencies.http-body-util] version = "0.1.0-rc.2" [dependencies.hyper] version = "1.0.0-rc.2" features = [ "http1", "server", ] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.24" features = ["full"] [dev-dependencies.reqwest] version = "0.11"