# 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 = "ic-captcha" version = "1.0.0" authors = ["Yan Qing "] exclude = ["images/*"] description = "Generating CAPTCHAs with given random bytes for the Internet Computer." readme = "README.md" keywords = [ "ic-captcha", "captcha", ] license = "Apache-2.0" repository = "https://github.com/ldclabs/ic-captcha" [dependencies.base64] version = "0.21" [dependencies.image] version = "0.24" features = ["jpeg"] default-features = false [dependencies.imageproc] version = "0.23" [dependencies.rusttype] version = "0.9" [dependencies.sha3] version = "0.10"