[dependencies.async-trait]
version = "0.1"
[dependencies.futures]
version = "0.3"
[dependencies.hyper]
features = ["full"]
version = "0.14"
[dependencies.lazy_static]
version = "1.4"
[dependencies.queues]
version = "1.1"
[dependencies.serde_json]
version = "1.0"
[dependencies.test-context]
version = "0.1.3"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tokio-test]
version = "0.4.2"
[dependencies.tower-http]
version = "0.2"
[dev-dependencies.serial_test]
version = "0.6.0"
[package]
authors = ["Bruno Thomas <bthomas@iroco.fr>"]
categories = ["network-programming", "web-programming"]
description = "A simple http server to make unit/integration tests"
edition = "2018"
keywords = ["http", "tokio"]
license = "MIT"
name = "tokiotest-httpserver"
readme = "README.md"
repository = "https://github.com/iroco-co/tokiotest-httpserver"
version = "0.2.1"