[package] name = "actix-test-server" version = "0.2.2" authors = ["Nikolay Kim "] description = "Actix test server" keywords = ["network", "framework", "async", "futures"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" documentation = "https://docs.rs/actix-test-server/" categories = ["network-programming", "asynchronous"] license = "MIT/Apache-2.0" exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"] edition = "2018" workspace = ".." [lib] name = "actix_test_server" path = "src/lib.rs" [dependencies] actix-rt = "0.2.1" actix-server = "0.5.0" actix-server-config = "0.1.0" log = "0.4" net2 = "0.2" futures = "0.1" tokio-tcp = "0.1" tokio-reactor = "0.1" [dev-dependencies] actix-service = "0.4.0"