chaser-oxide 0.1.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 = "2021"
rust-version = "1.75"
name = "chaser-oxide"
version = "0.1.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]
_fetcher-native-async-std = [
    "fetcher",
    "chromiumoxide_fetcher/_native-async-std",
]
_fetcher-native-tokio = [
    "fetcher",
    "chromiumoxide_fetcher/_native-tokio",
]
_fetcher-rustls-async-std = [
    "fetcher",
    "chromiumoxide_fetcher/_rustls-async-std",
]
_fetcher-rustls-tokio = [
    "fetcher",
    "chromiumoxide_fetcher/_rustls-tokio",
]
async-std-runtime = [
    "async-std",
    "async-tungstenite/async-std-runtime",
]
bytes = ["dep:bytes"]
default = [
    "tokio-runtime",
    "bytes",
]
fetcher = []
serde0 = []
tokio-runtime = [
    "tokio",
    "async-tungstenite/tokio-runtime",
]

[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-native-tokio"]

[[example]]
name = "fetcher-async-std"
path = "examples/fetcher-async-std.rs"
required-features = [
    "async-std-runtime",
    "_fetcher-native-async-std",
]

[[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"

[[example]]
name = "wiki-async-std"
path = "examples/wiki-async-std.rs"
required-features = ["async-std-runtime"]

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

[dependencies.anyhow]
version = "1"

[dependencies.async-std]
version = "1"
features = [
    "attributes",
    "unstable",
]
optional = true

[dependencies.async-tungstenite]
version = "0.32.0"

[dependencies.base64]
version = "0.22"

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

[dependencies.cfg-if]
version = "1"

[dependencies.chromiumoxide_cdp]
version = "0.8"

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

[dependencies.chromiumoxide_types]
version = "0.8"

[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.12"
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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

[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.5"