rustenium 0.1.2

A modern, high-performance WebDriver BiDi automation library for Rust
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"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern, high-performance WebDriver BiDi automation library for Rust"
homepage = "https://github.com/dashn9/rustenium"
documentation = "https://docs.rs/rustenium"
readme = "README.md"
keywords = [
    "webdriver",
    "browser",
    "automation",
    "testing",
    "selenium",
]
categories = [
    "web-programming",
    "development-tools::testing",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/dashn9/rustenium"
resolver = "2"

[features]
default = []
macros = ["rustenium-macros"]

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

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

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

[dependencies.base64]
version = "0.22"

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

[dependencies.rustenium-core]
version = "0.1.2"

[dependencies.rustenium-macros]
version = "0.1.1"
optional = true

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.rustenium-macros]
version = "0.1.1"