chaser-cf 0.2.0

High-performance Cloudflare bypass library with stealth browser automation. Rust-native with C FFI bindings.
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 = "chaser-cf"
version = "0.2.0"
authors = ["ccheshirecat"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Cloudflare bypass library with stealth browser automation. Rust-native with C FFI bindings."
readme = "README.md"
keywords = [
    "cloudflare",
    "turnstile",
    "stealth",
    "browser",
    "automation",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ccheshirecat/chaser-cf"

[features]
default = []
ffi = []
http-server = [
    "axum",
    "tower",
    "tower-http",
]

[lib]
name = "chaser_cf"
crate-type = [
    "lib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

[[bin]]
name = "chaser-cf"
path = "src/main.rs"

[[bin]]
name = "chaser-cf-server"
path = "src/bin/server.rs"
required-features = ["http-server"]

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.7"
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.chaser-oxide]
version = "0.2.4"
features = [
    "native-tls",
    "zip0",
]
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.once_cell]
version = "1"

[dependencies.rand]
version = "0.9.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "sync",
    "rt-multi-thread",
]

[dependencies.tower]
version = "0.4"
optional = true

[dependencies.tower-http]
version = "0.5"
features = [
    "cors",
    "trace",
    "timeout",
]
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.url]
version = "2"

[dev-dependencies.reqwest]
version = "0.12"
features = ["json"]

[dev-dependencies.tokio-test]
version = "0.4"

[build-dependencies.cbindgen]
version = "0.26"