runtime-foxdriver 0.1.0

Firefox browser automation via WebDriver BiDi (rustenium)
Documentation
[package]
name = "runtime-foxdriver"
version = "0.1.0"
edition = "2021"
rust-version = "1.85"
license = "MIT OR Apache-2.0"
authors = ["Santh Project <contact@santh.dev>"]
description = "Firefox browser automation via WebDriver BiDi (rustenium)"
repository = "https://github.com/santhsecurity/santh"
keywords = ["firefox", "browser", "bidi", "webdriver", "automation"]
categories = ["web-programming", "network-programming"]

[dependencies]
anyhow = "1"
base64 = "0.22"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
rustenium = "1.1"
rustenium-core = "1.1"
rustenium-bidi-definitions = "0.1"
regex = "1"
url = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["sync", "time", "rt"] }
tracing = "0.1"

[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
proptest = "1.9"

[lints.rust]
unsafe_code = "forbid"