anticaptcha 0.1.1

2Captcha API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.reqwest]
features = ["json"]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"

[package]
description = "2Captcha API client"
edition = "2021"
license = "MIT"
name = "anticaptcha"
readme = "README.md"
version = "0.1.1"