clawser-browser 0.3.0

Antidetect browser automation powered by chromiumoxide CDP
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 = "clawser-browser"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Antidetect browser automation powered by chromiumoxide CDP"
homepage = "https://github.com/kaykay0201/clawser"
documentation = "https://docs.rs/clawser-browser"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kaykay0201/clawser"

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

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

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

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

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

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

[dependencies.chromiumoxide]
version = "0.9"
default-features = false

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

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
    "socks",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

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

[dependencies.wreq]
version = "6.0.0-rc.28"
features = [
    "cookies",
    "json",
    "gzip",
    "brotli",
    "deflate",
    "socks",
]

[dependencies.wreq-util]
version = "3.0.0-rc.10"
features = ["emulation"]