yescaptcha 0.1.0

YesCaptcha SDK for Rust
Documentation
# 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 = "yescaptcha"
version = "0.1.0"
authors = [
    "Hayden Chang <m831718@gmail.com>",
    "hayd1n",
]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "YesCaptcha SDK for Rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/hayd1n/yescaptcha-rs"

[lib]
name = "yescaptcha"
path = "src/lib.rs"

[[example]]
name = "recaptcha_v2"
path = "examples/recaptcha_v2.rs"

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

[dependencies.json]
version = "0.12.4"

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

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

[dependencies.serde_json]
version = "1.0.125"

[dependencies.tokio]
version = "1.39.2"

[dependencies.url]
version = "2.5.2"

[dev-dependencies.tokio]
version = "1.39.2"
features = ["full"]