spider-browser 0.2.0

Browser automation client for Spider's pre-warmed browser fleet with smart retry and browser switching
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 = "2021"
name = "spider-browser"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Browser automation client for Spider's pre-warmed browser fleet with smart retry and browser switching"
readme = "README.md"
keywords = [
    "browser",
    "automation",
    "scraping",
    "stealth",
    "spider",
]
categories = [
    "web-programming",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/spider-rs/spider-browser"

[features]
ai = ["reqwest"]
default = ["ai"]

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

[dependencies.arc-swap]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.dashmap]
version = "6"

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

[dependencies.reqwest]
version = "0.12"
features = ["json"]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-tungstenite]
version = "0.24"
features = ["native-tls"]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]