ic-captcha 0.1.0

Generating CAPTCHAs with given random bytes for the Internet Computer.
Documentation
[dependencies.base64]
version = "0.21"

[dependencies.image]
default-features = false
features = ["jpeg"]
version = "0.24"

[dependencies.imageproc]
version = "0.23"

[dependencies.rusttype]
version = "0.9"

[dependencies.sha3]
version = "0.10"

[package]
authors = ["Yan Qing <txr1883@gmail.com>"]
description = "Generating CAPTCHAs with given random bytes for the Internet Computer."
edition = "2021"
exclude = ["images/*"]
keywords = ["ic-captcha", "captcha"]
license = "Apache-2.0"
name = "ic-captcha"
readme = "README.md"
repository = "https://github.com/ldclabs/ic-captcha"
version = "0.1.0"