captcha-core 0.0.1

Facade crate for captcha-sdk core server-side CAPTCHA types
Documentation
1
2
3
4
5
6
7
8
9
10
# captcha-core

Core-name facade for server-side CAPTCHA verification.

This crate reexports the public `captcha-sdk` API for projects that prefer the
`captcha-core` package name. The implementation continues to live in
`captcha-sdk`.

Provider-specific modules remain feature-gated and forward to the matching
`captcha-sdk` features.