# 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 = "rustycap" version = "1.2.2" authors = ["BaxoPlenty"] description = "Official CapBypass wrapper for Rust" readme = "README.md" keywords = [ "capbypass", "captcha", "arkoselabs", ] license-file = "LICENSE" repository = "https://github.com/BaxoPlenty/rustycap" [dependencies.anyhow] version = "1.0.80" [dependencies.base64] version = "0.22.0" optional = true [dependencies.imghdr] version = "0.7.0" optional = true [dependencies.reqwest] version = "0.11.24" features = ["json"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.36.0" [features] image = [ "dep:base64", "dep:imghdr", ]