bt-runtime 2.0.0

Runtime engine for browser_tester
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"
rust-version = "1.85"
name = "bt-runtime"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime engine for browser_tester"
readme = false
license = "MIT"
repository = "https://github.com/finitefield-org/browser-tester"
resolver = "2"

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

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

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

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

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

[dependencies.bt-dom]
version = "2.0.0"

[dependencies.bt-script]
version = "2.0.0"

[dev-dependencies.proptest]
version = "1"