[package]
edition = "2021"
name = "standout-test"
version = "7.10.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-process test harness for applications built with the standout CLI framework"
readme = false
keywords = [
"cli",
"testing",
"harness",
"standout",
]
categories = [
"command-line-interface",
"development-tools::testing",
]
license = "MIT"
repository = "https://github.com/arthur-debert/standout"
[lib]
name = "standout_test"
path = "src/lib.rs"
[[test]]
name = "default_command"
path = "tests/default_command.rs"
[[test]]
name = "harness"
path = "tests/harness.rs"
[dependencies.clap]
version = "4"
features = [
"derive",
"help",
]
[dependencies.serial_test]
version = "3"
[dependencies.standout]
version = "7.10.1"
[dependencies.standout-input]
version = "7.10.1"
[dependencies.standout-render]
version = "7.10.1"
[dependencies.tempfile]
version = "3"
[dev-dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"