# 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 = "2021" name = "math_captcha" version = "0.1.1" authors = ["baiyue"] exclude = ["assets/*"] description = "This is a mathematical CAPTCHA code generator written in Rust." readme = "README.md" keywords = [ "captcha", "math", "math_captcha", "captcha_generator", ] categories = [ "Mathematics", "rust-patterns", ] license = "MIT" repository = "https://github.com/Baiyuetribe/math_captcha" [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"