2021-03-09 15:51:11 +05:30
|
|
|
[package]
|
|
|
|
name = "mcaptcha-cli"
|
2023-06-15 13:03:56 +05:30
|
|
|
description = "CLI tool to solve mCaptcha"
|
|
|
|
version = "0.2.0"
|
|
|
|
repository = "https://github.com/mCaptcha/cli"
|
|
|
|
documentation = "https://mcaptcha.org/docs/"
|
2021-03-09 15:51:11 +05:30
|
|
|
authors = ["realaravinth <realaravinth@batsense.net>"]
|
|
|
|
license = "AGPL-3.0"
|
2023-06-15 13:03:56 +05:30
|
|
|
edition = "2021"
|
|
|
|
|
2021-03-09 15:51:11 +05:30
|
|
|
|
|
|
|
[dependencies]
|
2023-06-15 13:03:56 +05:30
|
|
|
pow_sha256 = { version = "0.3.1", git = "https://github.com/mCaptcha/pow_sha256" }
|
|
|
|
clap = {version = "4.3", features = ["derive"]}
|