clitest 0.4.2

CLI/test: A literate CLI testing tool
# 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 = "2024"
name = "clitest"
version = "0.4.2"
authors = ["Matt Mastracci <matthew@mastracci.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "clitest"
description = "CLI/test: A literate CLI testing tool"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/mmastrac/clitest"
resolver = "2"

[[bin]]
name = "clitest"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.clitest-lib]
version = "=0.4.2"

[dependencies.dunce]
version = "1.0.5"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.termcolor]
version = "1"

[dependencies.termimad]
version = "0.34"

[dependencies.toml]
version = "0.9.11"