[package]
edition = "2021"
name = "toxi-testing"
version = "3.0.0"
authors = ["Meshack Bahati Ouma <bahatikylemeshack@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Testing utilities for the Toxi web framework"
readme = "README.md"
keywords = [
"web",
"framework",
"testing",
"http",
"async",
]
categories = [
"web-programming",
"development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/meshackbahati/toxi"
[lib]
name = "toxi_testing"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.bytes]
version = "1.0"
[dependencies.http]
version = "1.0"
[dependencies.http-body-util]
version = "0.1.3"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
version = "1.48.0"
features = [
"full",
"test-util",
]
[dependencies.tower]
version = "0.5"
[dependencies.toxi-core]
version = "3.0.0"
[dependencies.toxi-db]
version = "3.0.0"