# 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 = "2018" name = "httptest" version = "0.16.1" authors = ["Glenn Griffin "] description = "HTTP testing facilities including a mock server" homepage = "https://github.com/ggriffiniii/httptest" documentation = "https://docs.rs/httptest" readme = "README.md" keywords = [ "http", "test", "testing", "mock", "fake", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ggriffiniii/httptest" [dependencies.bstr] version = "1.9.1" [dependencies.bytes] version = "1.6" [dependencies.crossbeam-channel] version = "0.5.12" [dependencies.form_urlencoded] version = "1.2" [dependencies.futures] version = "0.3" features = [ "std", "async-await", ] default-features = false [dependencies.http] version = "1.1" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.2" features = [ "http1", "http2", "server", ] [dependencies.hyper-util] version = "0.1" features = [ "http1", "http2", "server", "tokio", ] [dependencies.log] version = "0.4.21" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.tokio] version = "1.37" features = [ "macros", "rt-multi-thread", "time", ] [dev-dependencies.crossbeam-utils] version = "0.8.19" [dev-dependencies.hyper] version = "1.2" features = ["full"] [dev-dependencies.hyper-util] version = "0.1" features = [ "http1", "http2", "client", "tokio", "client-legacy", ] [dev-dependencies.pretty_env_logger] version = "0.5" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.tokio] version = "1.37" features = ["rt-multi-thread"]