[package]
name = "rustenium-core"
version = "0.1.2"
edition = "2024"
description = "Core WebDriver BiDi protocol implementation for Rustenium"
license = "MIT"
repository = "https://github.com/dashn9/rustenium"
homepage = "https://github.com/dashn9/rustenium"
documentation = "https://docs.rs/rustenium-core"
readme = "README.md"
categories = ["web-programming", "api-bindings"]
keywords = ["webdriver", "bidi", "protocol", "websocket", "automation"]
[dependencies]
rustenium-bidi-commands = { version = "0.1.1", path = "../rustenium-bidi-commands" }
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
form_urlencoded = "1.2.2"
fastwebsockets = { version = "0.10.0", features = ["upgrade", "unstable-split"] }
hyper = "1.6.0"
http-body-util = "0.1.2"
hyper-util = "0.1.10"
regex = "1.11.1"
rand = "0.9.1"
thiserror = "2.0.17"
tracing = "0.1"