firefox-webdriver 0.2.1

High-performance Firefox WebDriver in 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"
rust-version = "1.92.0"
name = "firefox-webdriver"
version = "0.2.1"
authors = ["GnU-Chan <gnusocute@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/**/*.rs",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Firefox WebDriver in Rust"
readme = "README.md"
keywords = [
    "firefox",
    "webdriver",
    "automation",
    "browser",
    "undetectable",
]
categories = [
    "web-programming",
    "development-tools::testing",
    "api-bindings",
    "network-programming",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/Dark-Captcha/Firefox-WebDriver"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
]
default-features = false

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.regex]
version = "1.12.2"

[dependencies.rustc-hash]
version = "2.1.1"

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

[dependencies.serde_json]
version = "1.0.147"

[dependencies.tempfile]
version = "3.24.0"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.tokio-tungstenite]
version = "0.29.0"

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5.7"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.uuid]
version = "1.19.0"
features = [
    "v4",
    "serde",
]

[dependencies.zip]
version = "7.0.0"
features = ["deflate"]
default-features = false

[dev-dependencies.anyhow]
version = "1.0.100"

[dev-dependencies.criterion]
version = "0.8.1"
features = [
    "html_reports",
    "async_tokio",
]

[dev-dependencies.dirs]
version = "6.0.0"

[dev-dependencies.proptest]
version = "1.9.0"

[dev-dependencies.tokio-test]
version = "0.4.4"

[dev-dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[profile.dev]
opt-level = 0
lto = false
codegen-units = 256
debug = 2
split-debuginfo = "unpacked"
debug-assertions = true
panic = "unwind"
overflow-checks = true
incremental = true
strip = "none"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
split-debuginfo = "off"
debug-assertions = false
panic = "abort"
overflow-checks = false
incremental = false
strip = "symbols"

[profile.release-with-debug]
debug = 2
inherits = "release"
strip = "none"