streambed-test 0.11.0

A collection of utilities that facilitate unit and integration testing
Documentation
[dependencies.http]
version = "0.2.8"

[dependencies.hyper]
default-features = false
features = ["tcp", "stream", "http1", "http2", "client", "server", "runtime"]
version = "0.14.23"

[dependencies.tokio]
version = "1.23.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A collection of utilities that facilitate unit and integration testing"
edition = "2021"
license = "Apache-2.0"
name = "streambed-test"
readme = "README.md"
repository = "https://github.com/streambed/streambed-rs.git"
rust-version = "1.70.0"
version = "0.11.0"