# 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 = "amazon-captcha-rs" version = "0.2.2" authors = ["Victor Lourme "] description = "A Rust library to solve Amazon CAPTCHAs" readme = "README.md" keywords = [ "captcha", "amazon", "amazon-captcha", "amazon-captcha-rs", ] categories = [ "multimedia::images", "web-programming", ] license = "MIT" repository = "https://github.com/vlourme/amazoncaptcha-rs" [dependencies.bincode] version = "1.3.3" [dependencies.image] version = "0.24.7" [dev-dependencies.regex] version = "1.9.6" [dev-dependencies.reqwest] version = "0.11.20" [dev-dependencies.tokio] version = "1.32.0" features = [ "macros", "rt-multi-thread", ]