varar-runner 0.8.1

Markdown-native BDD — imperative shell (discovery, loading, drift)
Documentation
# 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 = "varar-runner"
version = "0.8.1"
authors = ["Aslak Hellesøy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown-native BDD — imperative shell (discovery, loading, drift)"
homepage = "https://varar.dev"
readme = false
keywords = [
    "bdd",
    "markdown",
    "testing",
    "specification",
    "cucumber",
]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/varar-dev/varar"

[lib]
name = "varar_runner"
path = "src/lib.rs"

[[test]]
name = "runner"
path = "tests/runner.rs"

[dependencies.regex]
version = "1"

[dependencies.varar-config]
version = "0.8.1"

[dependencies.varar-core]
version = "0.8.1"