wireframe_testing 0.3.0

Helper utilities for exercising Wireframe applications in tests
Documentation
[package]
name = "wireframe_testing"
version = "0.3.0"
edition = "2024"
description = "Helper utilities for exercising Wireframe applications in tests"
license = "ISC"
repository = "https://github.com/leynos/wireframe"
readme = "README.md"
keywords = ["async", "networking", "binary-protocol", "protocol", "tokio"]
categories = ["network-programming", "asynchronous"]
documentation = "https://docs.rs/wireframe_testing"

[dependencies]
tokio = { version = "1", features = ["macros", "rt", "io-util", "net", "sync", "time"] }
wireframe = { version = "0.3.0", path = "..", features = ["testkit"] }
bincode = "^2.0"
bytes = "^1.0"
thiserror = "2.0.16"
rstest = "0.18.2"
logtest = "2"
log = "0.4"
metrics = "0.24.3"
metrics-util = "0.20"
futures = "0.3"
tokio-util = { version = "0.7", features = ["codec"] }