testax 0.1.1

Crate for testing actix GET/POST/UPDATE/DELETE
Documentation
[dependencies.actix-http]
version = "1.0"

[dependencies.actix-service]
version = "1.0"

[dependencies.actix-web]
version = "2.0"

[dependencies.actix-web-httpauth]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.actix-rt]
version = "1.1"

[package]
authors = ["Filip Bucek <fbucek@invloop.cz>"]
categories = ["development-tools::testing"]
description = "Crate for testing actix GET/POST/UPDATE/DELETE"
edition = "2018"
exclude = [".github/*"]
keywords = ["actix", "test"]
license = "MIT"
name = "testax"
readme = "README.md"
repository = "https://github.com/fbucek/testax"
version = "0.1.1"