md-cli-test 0.1.0

A helper library for integration testing of CLI apps using markdown files as a source of test cases
Documentation
[package]
name = "md-cli-test"
version = "0.1.0"
authors = ["Aleksandr Mescheriakov <freecoder.xx@gmail.com>"]
edition = "2024"
license = "MIT"
description = "A helper library for integration testing of CLI apps using markdown files as a source of test cases"
readme = "README.md"
documentation = "https://docs.rs/md-cli-test"
repository = "https://github.com/noogen-projects/md-cli-test"
keywords = ["cli", "testing", "integration-test", "markdown", "doctest"]
categories = ["development-tools::testing", "command-line-interface", "text-processing"]


[dependencies]
assert_cmd = "2.0"
log = "0.4"
pulldown-cmark = "0.13"
regex = "1.11"
temp_testdir = "0.2"
thiserror = "2.0"