bt-script 2.0.0

Script parser and evaluator 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-script"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Script parser and evaluator for browser_tester"
readme = false
license = "MIT"
repository = "https://github.com/finitefield-org/browser-tester"
resolver = "2"

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

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

[dependencies.chrono]
version = "0.4"
default-features = true

[dependencies.chrono-tz]
version = "0.10"

[dependencies.fancy-regex]
version = "0.17"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.url]
version = "2"