# 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-test" version = "0.1.5" authors = [ "Nikolay Kim ", "Rob Ede ", ] description = "Integration testing tools for Actix Web applications" homepage = "https://actix.rs" 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" [dependencies.actix-codec] version = "0.5" [dependencies.actix-http] version = "3.7" [dependencies.actix-http-test] version = "3" [dependencies.actix-rt] version = "2.1" [dependencies.actix-service] version = "2" [dependencies.actix-utils] version = "3" [dependencies.actix-web] version = "4.6" features = ["cookies"] default-features = false [dependencies.awc] version = "3.5" features = ["cookies"] default-features = false [dependencies.futures-core] version = "0.3.17" features = ["std"] default-features = false [dependencies.futures-util] version = "0.3.17" features = [] default-features = false [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.7" [dependencies.tls-openssl] version = "0.10.55" optional = true package = "openssl" [dependencies.tls-rustls-0_20] version = "0.20" optional = true package = "rustls" [dependencies.tls-rustls-0_21] version = "0.21" optional = true package = "rustls" [dependencies.tls-rustls-0_22] version = "0.22" optional = true package = "rustls" [dependencies.tls-rustls-0_23] version = "0.23" optional = true default-features = false package = "rustls" [dependencies.tokio] version = "1.24.2" features = ["sync"] [features] default = [] openssl = [ "tls-openssl", "actix-http/openssl", "awc/openssl", ] rustls = ["rustls-0_20"] rustls-0_20 = [ "tls-rustls-0_20", "actix-http/rustls-0_20", "awc/rustls-0_20", ] rustls-0_21 = [ "tls-rustls-0_21", "actix-http/rustls-0_21", "awc/rustls-0_21", ] rustls-0_22 = [ "tls-rustls-0_22", "actix-http/rustls-0_22", "awc/rustls-0_22-webpki-roots", ] rustls-0_23 = [ "tls-rustls-0_23", "actix-http/rustls-0_23", "awc/rustls-0_23-webpki-roots", ]