oxidite-testing 2.0.1

Testing utilities for the Oxidite v2 web framework
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "oxidite-testing"
version = "2.0.1"
authors = ["Meshack Bahati Ouma <bahatikylemeshack@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Testing utilities for the Oxidite v2 web framework"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "testing",
    "http",
    "async",
]
categories = [
    "web-programming",
    "development-tools::testing",
]
license = "MIT"
repository = "https://github.com/meshackbahati/rust-oxidite"

[lib]
name = "oxidite_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.oxidite-core]
version = "2.0.1"

[dependencies.oxidite-db]
version = "2.0.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.48.0"
features = [
    "full",
    "test-util",
]

[dependencies.tower]
version = "0.5"