ancaptcha 0.1.2

A No-JS, stateless captcha engine designed for darknet and Tor hidden services.
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"
name = "ancaptcha"
version = "0.1.2"
authors = ["Maverick"]
build = "build.rs"
include = [
    "src/**/*",
    "assets/default_images/**/*",
    "tests/**/*",
    "build.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A No-JS, stateless captcha engine designed for darknet and Tor hidden services."
readme = "README.md"
keywords = [
    "captcha",
    "no-js",
    "privacy",
    "ffi",
]
categories = [
    "web-programming",
    "security",
]
license = "Apache-2.0"
repository = "https://git.mrmave.work/maverick/ancaptcha"
resolver = "2"

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.bincode-next]
version = "2.1.0"

[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.html-escape]
version = "0.2.13"

[dependencies.image]
version = "0.25.10"
features = [
    "jpeg",
    "webp",
]
default-features = false

[dependencies.rand]
version = "0.10.0"

[dependencies.rayon]
version = "1.11.0"

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

[dependencies.subtle]
version = "2.6.1"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.proptest]
version = "1.10.0"

[build-dependencies.image]
version = "0.25.10"
features = [
    "jpeg",
    "webp",
]
default-features = false