varar-core 0.8.1

Markdown-native BDD — pure functional core engine
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-core"
version = "0.8.1"
authors = ["Aslak Hellesøy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown-native BDD — pure functional core engine"
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_core"
path = "src/lib.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.cucumber-expressions]
version = "0.5"
features = ["into-regex"]

[dependencies.regex]
version = "1"