requiem-testing 1.0.0

Actix testing utils
Documentation
[package]
name = "requiem-testing"
version = "1.0.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix testing utils"
keywords = ["network", "framework", "async", "futures"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-net.git"
documentation = "https://docs.rs/actix-testing/"
categories = ["network-programming", "asynchronous"]
license = "MIT/Apache-2.0"
edition = "2018"
workspace = ".."

[lib]
name = "requiem_testing"
path = "src/lib.rs"

[dependencies]
requiem-rt = "1.0.0"
requiem-macros = "0.1.0"
requiem-server = "1.0.0"
requiem-service = "1.0.0"

log = "0.4"
net2 = "0.2"
futures = "0.3.1"