# 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 = "actix-http-test" version = "3.2.0" authors = ["Nikolay Kim "] description = "Various helpers for Actix applications to use during testing" homepage = "https://actix.rs" readme = "README.md" keywords = [ "http", "web", "framework", "async", "futures", ] categories = [ "network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket", ] license = "MIT OR Apache-2.0" repository = "https://github.com/actix/actix-web" [package.metadata.docs.rs] features = [] [lib] name = "actix_http_test" path = "src/lib.rs" [dependencies.actix-codec] version = "0.5" [dependencies.actix-rt] version = "2.2" [dependencies.actix-server] version = "2" [dependencies.actix-service] version = "2" [dependencies.actix-tls] version = "3" [dependencies.actix-utils] version = "3" [dependencies.awc] version = "3" default-features = false [dependencies.bytes] version = "1" [dependencies.futures-core] version = "0.3.17" default-features = false [dependencies.http] version = "0.2.7" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.7" [dependencies.slab] version = "0.4" [dependencies.socket2] version = "0.5" [dependencies.tls-openssl] version = "0.10.55" optional = true package = "openssl" [dependencies.tokio] version = "1.24.2" features = ["sync"] [features] default = [] openssl = [ "tls-openssl", "awc/openssl", ]