# 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 = "2018" name = "captcha_rust" version = "0.1.3" authors = ["Cheng SANFA <1322484007@qq.com>"] description = "Dynamically generate verification code pictures" homepage = "https://github.com/duzhaosongyue/captcha_rust" documentation = "https://github.com/duzhaosongyue/captcha_rust/blob/main/README.md" readme = "README.md" keywords = ["captcha_rust", "captcha"] license = "MIT" repository = "https://github.com/duzhaosongyue/captcha_rust" [dependencies.base64] version = "0.13.0" [dependencies.image] version = "0.23.14" [dependencies.imageproc] version = "0.22.0" [dependencies.rand] version = "0.8.4" [dependencies.rusttype] version = "0.9.2"