# 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 = "captcha-rs" version = "0.2.10" authors = ["Samir Djelal "] exclude = ["images/*"] 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" [dependencies.base64] version = "0.21.0" [dependencies.image] version = "0.24.5" features = ["jpeg"] default-features = false [dependencies.imageproc] version = "0.23.0" [dependencies.log] version = "0.4.16" [dependencies.rand] version = "0.8.5" [dependencies.rusttype] version = "0.9.2"