captcha-sdk 0.0.1

Unified server-side CAPTCHA verification for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Changelog

All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- Initial normalized verification request, response, error, and provider API.
- Feature-gated configuration scaffolds for Turnstile, hCaptcha, reCAPTCHA,
  Friendly Captcha, CaptchaFox, MTCaptcha, Prosopo Procaptcha, and ALTCHA.
- Stable provider identifiers and the `prosopo` feature alias for `procaptcha`.
- cargo-nextest configuration, pinned CI, security audit, path labeling, zizmor,
  Dependabot, and release-plz automation.
- Standard Rust formatting, linting, dependency policy, contribution, security,
  release, and community configuration.