[package]
name = "captcha_"
version = "0.1.1"
edition = "2024"
license = "MulanPSL-2.0"
repository = "https://github.com/i18n-site/hpc-mod.git"
homepage = "https://github.com/i18n-site/hpc-mod/tree/dev/mod/captcha_"
description = "captcha"
keywords = ["hpc"]
[dependencies]
aok = "0.1.15"
click_captcha = { version = "0.1.31", features = ["ico_li", "make", "webp"] }
pc = "0.1.12"
rand = "0.8.5"
xbin = "0.1.6"
xboot = "0.1.11"
xkv = { version = "0.1.41", features = ["r"] }
[dev-dependencies]
captcha_verify = { path = "../../lib/captcha_verify" }
loginit = "0.1.13"
static_init = "1.0.3"
tokio = { version = "1.43.0", features = [
"macros",
"rt",
"rt-multi-thread",
"time",
"fs",
"io-util",
] }
[package.metadata.docs.rs]
all-features = true