hcaptcha 2.7.5

hCaptcha client response verification. Validate the hCaptcha response submitted from to your server from the client.
Documentation
[dependencies.async-trait]
version = "0.1.83"

[dependencies.hcaptcha_derive]
version = "2.7.5"

[dependencies.hex]
optional = true
version = "0.4.3"

[dependencies.reqwest]
default-features = false
features = ["json", "http2"]
version = "0.12.8"

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

[dependencies.serde_json]
version = "1.0.132"

[dependencies.serde_urlencoded]
version = "0.7.1"

[dependencies.thiserror]
version = "1.0.65"

[dependencies.tracing]
features = ["log", "attributes"]
optional = true
version = "0.1.40"

[dependencies.url]
version = "2.5.2"

[dependencies.uuid]
features = ["v4"]
version = "1.11.0"

[dev-dependencies.chrono]
version = "0.4.38"

[dev-dependencies.claims]
version = "0.7.1"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.itertools]
version = "0.13.0"

[dev-dependencies.lambda_runtime]
version = "0.13.0"

[dev-dependencies.log]
version = "0.4.22"

[dev-dependencies.mockd]
features = ["internet", "unique", "words"]
version = "0.4.25"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.simple_logger]
version = "5.0.0"

[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.41.0"

[dev-dependencies.tracing]
features = ["log", "attributes"]
version = "0.1.40"

[dev-dependencies.tracing-appender]
version = "0.2.3"

[dev-dependencies.tracing-bunyan-formatter]
version = "0.3.9"

[dev-dependencies.tracing-log]
version = "0.2.0"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.18"

[dev-dependencies.tracing-test]
version = "0.2.5"

[dev-dependencies.wiremock]
version = "0.6.2"

[[example]]
name = "custom_contact_lambda"
path = "examples/custom_contact_lambda/main.rs"

[[example]]
name = "derived_contact_lambda"
path = "examples/derived_contact_lambda/main.rs"

[features]
default = ["ext", "nativetls-backend"]
enterprise = []
ext = ["hex"]
nativetls-backend = ["reqwest/native-tls"]
nightly = []
rustls-backend = ["reqwest/rustls-tls"]
trace = ["tracing"]

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

[package]
authors = ["Jeremiah Russell <jrussell@jerus.ie>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming"]
description = """
hCaptcha client response verification. Validate the hCaptcha response submitted from to your server from the client.
"""
documentation = "https://docs.rs/hcaptcha"
edition = "2021"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT", "CHANGES.md"]
keywords = ["hcaptcha", "captcha", "security", "backend", "protection"]
license = "MIT OR Apache-2.0"
name = "hcaptcha"
readme = "README.md"
repository = "https://github.com/jerusdp/hcaptcha-rs"
rust-version = "1.75"
version = "2.7.5"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[target.'cfg(target_arch = "wasm32")'.dependencies.uuid]
features = ["v4", "js"]
version = "1.11.0"