oxidite-testing 2.2.2

Testing utilities for the Oxidite web framework
Documentation
[package]
name = "oxidite-testing"
version = "2.2.2"
edition = "2021"
authors = ["Meshack Bahati Ouma <bahatikylemeshack@gmail.com>"]
description = "Testing utilities for the Oxidite web framework"
license = "MIT"
repository = "https://github.com/meshackbahati/rust-oxidite"
keywords = ["web", "framework", "testing", "http", "async"]
categories = ["web-programming", "development-tools::testing"]

[dependencies]
oxidite-core = { path = "../oxidite-core", version = "2.2.2" }
oxidite-db = { path = "../oxidite-db", version = "2.2.1" }
tokio = { version = "1.48.0", features = ["full", "test-util"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
http = "1.0"
bytes = "1.0"
async-trait = "0.1"
http-body-util = "0.1.3"
tower = "0.5"
thiserror = "2.0"