rust-anticaptcha 0.2.2

Rust library for AntiCaptcha service API.
Documentation
[dependencies.base64]
version = "0.22.1"

[dependencies.reqwest]
features = ["json"]
version = "0.12.12"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.134"

[dependencies.tokio]
features = ["full"]
version = "1.42.0"

[lib]
crate-type = ["lib"]
name = "rust_anticaptcha"
path = "src/lib.rs"

[package]
authors = ["Red-Panda-Dev <python-captcha@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust library for AntiCaptcha service API."
documentation = "https://docs.rs/rust-anticaptcha/latest/rust_anticaptcha/"
edition = "2021"
exclude = ["files/*", ".github/*", "tests/*", ".gitignore", "rustfmt.toml", "LICENSE", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md"]
homepage = "https://crates.io/crates/rust-anticaptcha"
keywords = ["captcha", "anticaptcha", "recaptcha", "funcaptcha", "geetest"]
license = "MIT OR MPL-2.0"
name = "rust-anticaptcha"
readme = "README.md"
repository = "https://github.com/Red-Panda-Dev/rust-anticaptcha"
rust-version = "1.83"
version = "0.2.2"