rust-anticaptcha 0.0.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://github.com/Red-Panda-Dev/rust-anticaptcha"
edition = "2021"
homepage = "https://github.com/Red-Panda-Dev/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.0.2"

[[test]]
name = "image_captcha_test"
path = "tests/image_captcha_test.rs"

[[test]]
name = "mod"
path = "tests/mod.rs"

[[test]]
name = "structs"
path = "tests/structs.rs"