clawser-browser 0.1.2

Async headless/headful browser automation with built-in device profile rotation via Chrome 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.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async headless/headful browser automation with built-in device profile rotation via Chrome CDP"
readme = "README.md"
keywords = [
    "browser",
    "headless",
    "cdp",
    "automation",
    "tokio",
]
categories = [
    "web-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/kaykay0201/just-fetch"

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

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

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

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

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

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

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

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

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

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

[dependencies.serde_json]
version = "1"

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

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

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