ferridriver-bdd 0.4.0

BDD/Cucumber test framework for ferridriver. 144 built-in Gherkin steps backed by the Page API.
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 = "ferridriver-bdd"
version = "0.4.0"
authors = ["Salama Ashoush <salamaashoush@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BDD/Cucumber test framework for ferridriver. 144 built-in Gherkin steps backed by the Page API."
homepage = "https://github.com/salamaashoush/ferridriver"
readme = "README.md"
keywords = [
    "browser",
    "automation",
    "playwright",
    "cdp",
    "testing",
]
categories = [
    "development-tools::testing",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/salamaashoush/ferridriver"
resolver = "2"

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

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

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

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

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

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

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

[[bench]]
name = "scenario_clone"
path = "benches/scenario_clone.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.console]
version = "0.16"

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

[dependencies.dashmap]
version = "6"

[dependencies.ferridriver]
version = "0.4.0"

[dependencies.ferridriver-bdd-macros]
version = "0.4.0"

[dependencies.ferridriver-expect]
version = "0.4.0"

[dependencies.ferridriver-script]
version = "0.4.0"

[dependencies.ferridriver-test]
version = "0.4.0"

[dependencies.futures]
version = "0.3"

[dependencies.gherkin]
version = "0.16"

[dependencies.glob]
version = "0.3"

[dependencies.inventory]
version = "0.3"

[dependencies.regex]
version = "1"

[dependencies.rustc-hash]
version = "2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.tempfile]
version = "3"