webdriver 0.54.0

Library implementing the wire protocol for the W3C WebDriver specification.
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 = "webdriver"
version = "0.54.0"
authors = ["Mozilla"]
build = false
include = ["/src"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library implementing the wire protocol for the W3C WebDriver specification."
documentation = "https://docs.rs/webdriver"
readme = "README.md"
keywords = [
    "automation",
    "browser",
    "protocol",
    "w3c",
    "webdriver",
]
license = "MPL-2.0"
repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/webdriver"
resolver = "2"

[features]
default = ["server"]
server = [
    "tokio",
    "warp",
]

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

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.0"

[dependencies.cookie]
version = "0.16"
default-features = false

[dependencies.http]
version = "1.4"

[dependencies.icu_segmenter]
version = "2.0"
features = [
    "auto",
    "compiled_data",
]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1"

[dependencies.time]
version = "0.3"

[dependencies.tokio]
version = "1.0"
features = [
    "macros",
    "net",
    "rt",
    "signal",
    "sync",
]
optional = true

[dependencies.url]
version = "2.4"

[dependencies.warp]
version = "0.4.2"
features = ["server"]
optional = true
default-features = false