# 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-a" version = "0.1.6" authors = ["liuguangw <67579722@qq.com>"] exclude = ["/examples"] description = "a captcha library for rust" documentation = "https://docs.rs/captcha-a" readme = "./README.md" keywords = ["captcha"] license = "MIT" repository = "https://github.com/liuguangw/captcha" [package.metadata.docs.rs] all-features = true [dependencies.base64] version = "0.13.0" optional = true [dependencies.image] version = "0.24.3" features = ["png"] default-features = false [dependencies.imageproc] version = "0.23.0" [dependencies.rand] version = "0.8.5" [dependencies.rusttype] version = "0.9.2" [dev-dependencies.actix-web] version = "4" features = ["macros"] default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] default-features = false [features] base64 = ["dep:base64"] default = []