pxsolver-captcha 1.2.0

hCaptcha / reCAPTCHA gateway — STUB v1 (ADR-0015)
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-captcha"
version = "1.2.0"
authors = ["KeyCode17 <m.daffa.karyudi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "hCaptcha / reCAPTCHA gateway — STUB v1 (ADR-0015)"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/KeyCode17/px-solver"

[features]
active = []
default = []

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

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

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

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

[lints.rust]
unsafe_code = "forbid"