chaser-oxide 0.2.2

Undetectable browser automation library
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.85"
name = "chaser-oxide"
version = "0.2.2"
authors = ["ccheshirecat"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Undetectable browser automation library"
readme = "README.md"
keywords = [
    "chrome",
    "chromedriver",
    "puppeteer",
    "automation",
    "stealth",
]
categories = [
    "web-programming",
    "api-bindings",
    "development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ccheshirecat/chaser-oxide"

[features]
bytes = ["dep:bytes"]
default = ["bytes"]
fetcher = ["chromiumoxide_fetcher"]
native-tls = ["chromiumoxide_fetcher/native-tls"]
rustls = ["chromiumoxide_fetcher/rustls"]
zip0 = ["chromiumoxide_fetcher/zip0"]
zip8 = ["chromiumoxide_fetcher/zip8"]

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

[[example]]
name = "add-init-script"
path = "examples/add-init-script.rs"

[[example]]
name = "block-navigation"
path = "examples/block-navigation.rs"

[[example]]
name = "bot_detection_test"
path = "examples/bot_detection_test.rs"

[[example]]
name = "console-logs"
path = "examples/console-logs.rs"

[[example]]
name = "evaluate"
path = "examples/evaluate.rs"

[[example]]
name = "evaluate-on-new-document"
path = "examples/evaluate-on-new-document.rs"

[[example]]
name = "fetcher"
path = "examples/fetcher.rs"
required-features = [
    "fetcher",
    "zip8",
    "rustls",
]

[[example]]
name = "httpfuture"
path = "examples/httpfuture.rs"

[[example]]
name = "iframe-workaround"
path = "examples/iframe-workaround.rs"

[[example]]
name = "incognito"
path = "examples/incognito.rs"

[[example]]
name = "interception"
path = "examples/interception.rs"

[[example]]
name = "js-binding-listener"
path = "examples/js-binding-listener.rs"

[[example]]
name = "pdf"
path = "examples/pdf.rs"

[[example]]
name = "profile_demo"
path = "examples/profile_demo.rs"

[[example]]
name = "screenshot"
path = "examples/screenshot.rs"

[[example]]
name = "simple-google"
path = "examples/simple-google.rs"

[[example]]
name = "stealth_bot"
path = "examples/stealth_bot.rs"

[[example]]
name = "storage-cookie"
path = "examples/storage-cookie.rs"

[[example]]
name = "wiki"
path = "examples/wiki.rs"

[[test]]
name = "chromiumoxide_tests"
path = "tests/lib.rs"
harness = true

[dependencies.anyhow]
version = "1"

[dependencies.async-tungstenite]
version = "0.32"
features = ["tokio-runtime"]

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"
features = ["serde"]
optional = true

[dependencies.chromiumoxide_cdp]
version = "0.9"

[dependencies.chromiumoxide_fetcher]
version = "0.9"
optional = true
default-features = false

[dependencies.chromiumoxide_types]
version = "0.9"

[dependencies.dashmap]
version = "6"

[dependencies.dunce]
version = "1"

[dependencies.fnv]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.futures-timer]
version = "3"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.13"
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "time",
    "fs",
    "macros",
    "process",
]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.which]
version = "8"

[dev-dependencies.chrono]
version = "0.4.1"

[dev-dependencies.proc-macro2]
version = "1"

[dev-dependencies.quote]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "time",
    "macros",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"

[target."cfg(windows)".dependencies.windows-registry]
version = "0.6"