rustenium-core 0.1.2

Core WebDriver BiDi protocol implementation for Rustenium
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 = "rustenium-core"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core WebDriver BiDi protocol implementation for Rustenium"
homepage = "https://github.com/dashn9/rustenium"
documentation = "https://docs.rs/rustenium-core"
readme = "README.md"
keywords = [
    "webdriver",
    "bidi",
    "protocol",
    "websocket",
    "automation",
]
categories = [
    "web-programming",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/dashn9/rustenium"
resolver = "2"

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

[dependencies.fastwebsockets]
version = "0.10.0"
features = [
    "upgrade",
    "unstable-split",
]

[dependencies.form_urlencoded]
version = "1.2.2"

[dependencies.http-body-util]
version = "0.1.2"

[dependencies.hyper]
version = "1.6.0"

[dependencies.hyper-util]
version = "0.1.10"

[dependencies.rand]
version = "0.9.1"

[dependencies.regex]
version = "1.11.1"

[dependencies.rustenium-bidi-commands]
version = "0.1.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.tracing]
version = "0.1"