# 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" rust-version = "1.56" name = "easy-captcha" version = "0.1.3" authors = ["Zhang Yao "] description = "The Rust implement of the Java captcha library whvcse/EasyCaptcha." homepage = "https://docs.rs/easy-captcha" documentation = "https://docs.rs/easy-captcha" readme = "README.md" keywords = ["captcha"] license = "MIT OR Apache-2.0" repository = "https://github.com/Cinea4678/easy-captcha/" [dependencies.anyhow] version = "1.0.79" [dependencies.async-trait] version = "0.1.77" features = [] [dependencies.axum] version = "0.7.4" optional = true [dependencies.axum-macros] version = "0.4.1" [dependencies.base64] version = "0.21.7" [dependencies.derive_builder] version = "0.13.0" [dependencies.evalexpr] version = "11.3.0" [dependencies.font-kit] version = "0.11.0" [dependencies.gif] version = "0.13.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.parking_lot] version = "0.12.1" [dependencies.png] version = "0.17.11" [dependencies.rand] version = "0.8.5" [dependencies.raqote] version = "0.8.3" features = ["text"] default-features = false [dependencies.rust-embed] version = "8.2.0" features = ["debug-embed"] [dependencies.tempfile] version = "3.9.0" [dependencies.tower-sessions] version = "0.10.1" optional = true [features] axum-tower-sessions = [ "axum", "tower-sessions", ]