rustapi-testing 0.1.12

Testing utilities for RustAPI applications. Provides checking helpers, test servers, and fluid assertions.
Documentation
[dependencies.bytes]
version = "1.5"

[dependencies.futures-util]
version = "0.3"

[dependencies.http]
version = "1.0"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
features = ["full", "full"]
version = "1.1"

[dependencies.hyper-util]
features = ["full", "full"]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full", "full"]
version = "1.35"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.proptest]
version = "1.8.0"

[dev-dependencies.reqwest]
features = ["json"]
version = "0.12"

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

[lib]
name = "rustapi_testing"
path = "src/lib.rs"

[package]
authors = ["RustAPI Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-server"]
description = "Testing utilities for RustAPI applications. Provides checking helpers, test servers, and fluid assertions."
documentation = "https://docs.rs/rustapi-testing"
edition = "2021"
homepage = "https://github.com/Tuntii/RustAPI"
keywords = ["web", "framework", "api", "rest", "http"]
license = "MIT OR Apache-2.0"
name = "rustapi-testing"
readme = "README.md"
repository = "https://github.com/Tuntii/RustAPI"
rust-version = "1.78"
version = "0.1.12"

[[test]]
name = "mock_server_test"
path = "tests/mock_server_test.rs"