standout-test 7.10.1

In-process test harness for applications built with the standout CLI framework
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"