trustcaptcha 3.0.0

TrustCaptcha – Privacy-first CAPTCHA solution for Rust. GDPR-compliant, bot protection made in Europe.
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 = "trustcaptcha"
version = "3.0.0"
authors = ["TrustComponent <mail@trustcomponent.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TrustCaptcha – Privacy-first CAPTCHA solution for Rust. GDPR-compliant, bot protection made in Europe."
homepage = "https://www.trustcomponent.com/en/products/captcha/integrations/rust-captcha"
readme = "README.md"
keywords = [
    "captcha",
    "bot-protection",
    "gdpr",
    "privacy",
    "european-union",
]
license = "Apache-2.0"
repository = "https://github.com/trustcomponent/trustcaptcha-rust"

[lib]
name = "trustcaptcha"
crate-type = ["lib"]
path = "src/lib.rs"

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

[dependencies.base64]
version = "0.22"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.uuid]
version = "1"
features = ["serde"]

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]