rtb-test-support 0.7.1

Test-only helpers for constructing App contexts without the full rtb-cli wiring. Part of the phpboyscout Rust toolkit.
Documentation
[package]
name = "rtb-test-support"
description = "Test-only helpers for constructing App contexts without the full rtb-cli wiring. Part of the phpboyscout Rust toolkit."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
readme.workspace = true
documentation = "https://docs.rs/rtb-test-support"
categories = ["development-tools::testing"]
keywords = ["cli", "framework", "testing", "test-support"]

[lints]
workspace = true

[dependencies]
rtb-app = { path = "../rtb-app", version = "0.7.1" }
rtb-config = { version = "0.6.0" }
rtb-assets = { version = "0.6.0" }
semver = { version = "1.0.28", features = ["serde"] }
serde = { version = "1.0.229", features = ["derive"] }
schemars = "1.2.1"