captcha-rs 0.4.1

Generate verification images dynamically
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 = "captcha-rs"
version = "0.4.1"
authors = ["Samir Djelal <ssdjelal@gmail.com>"]
build = false
exclude = ["images/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate verification images dynamically"
homepage = "https://github.com/samirdjelal/captcha-rs"
documentation = "https://github.com/samirdjelal/captcha-rs/blob/main/README.md"
readme = "README.md"
keywords = [
    "captcha-rs",
    "captcha",
]
license = "MIT"
repository = "https://github.com/samirdjelal/captcha-rs"

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

[[example]]
name = "generate"
path = "examples/generate.rs"

[[bench]]
name = "captcha_bench"
path = "benches/captcha_bench.rs"
harness = false

[dependencies.ab_glyph]
version = "0.2.32"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.imageproc]
version = "0.26.0"

[dependencies.rand]
version = "0.9.2"

[dev-dependencies.criterion]
version = "0.5.1"