math_captcha 0.1.0

This is a mathematical CAPTCHA code generator written in Rust.
Documentation
[dependencies.base64]
version = "0.21.5"

[dependencies.image]
version = "0.24.7"

[dependencies.imageproc]
version = "0.23.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rusttype]
version = "0.9.3"

[package]
authors = ["baiyue"]
categories = ["Mathematics", "rust-patterns"]
description = "This is a mathematical CAPTCHA code generator written in Rust."
edition = "2021"
exclude = ["assets/*"]
keywords = ["captcha", "math", "math_captcha", "captcha_generator"]
license = "MIT"
name = "math_captcha"
readme = "README.md"
repository = "https://github.com/Baiyuetribe/math_captcha"
version = "0.1.0"