pxsolver-cloudflare 1.3.0

Cloudflare challenge handler (ADR-0015, R5.7) — delegates to CF-bypass harvester (e.g. CamoufoxPool)
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.95"
name = "pxsolver-cloudflare"
version = "1.3.0"
authors = ["KeyCode17 <m.daffa.karyudi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cloudflare challenge handler (ADR-0015, R5.7) — delegates to CF-bypass harvester (e.g. CamoufoxPool)"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/KeyCode17/px-solver"

[features]
active = []
default = []

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

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

[dependencies.px-core]
version = "1.3.0"
package = "pxsolver-core"

[dependencies.px-errors]
version = "1.3.0"
package = "pxsolver-errors"

[dependencies.px-harvester]
version = "1.3.0"
package = "pxsolver-harvester"

[dependencies.px-pipeline]
version = "1.3.0"
package = "pxsolver-pipeline"

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

[lints.rust]
unsafe_code = "forbid"