# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "actix-test-server" version = "0.2.2" authors = ["Nikolay Kim "] exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"] description = "Actix test server" homepage = "https://actix.rs" documentation = "https://docs.rs/actix-test-server/" keywords = ["network", "framework", "async", "futures"] categories = ["network-programming", "asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/actix/actix-net.git" [package.metadata.docs.rs] features = ["ssl", "tls", "rust-tls"] [lib] name = "actix_test_server" path = "src/lib.rs" [dependencies.actix-rt] version = "0.2.1" [dependencies.actix-server] version = "0.5.0" [dependencies.actix-server-config] version = "0.1.0" [dependencies.futures] version = "0.1" [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" optional = true [dependencies.net2] version = "0.2" [dependencies.openssl] version = "0.10" optional = true [dependencies.rustls] version = "^0.15" optional = true [dependencies.tokio-reactor] version = "0.1" [dependencies.tokio-rustls] version = "^0.9" optional = true [dependencies.tokio-tcp] version = "0.1" [dependencies.webpki] version = "0.19" optional = true [dependencies.webpki-roots] version = "0.16" optional = true [dev-dependencies.actix-service] version = "0.4.0" [features] default = [] rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"] ssl = ["openssl", "actix-server/ssl"] tls = ["native-tls", "actix-server/tls"]