[package]
name = "trustcaptcha"
version = "3.0.0"
authors = ["TrustComponent <mail@trustcomponent.com>"]
edition = "2021"
description = "TrustCaptcha – Privacy-first CAPTCHA solution for Rust. GDPR-compliant, bot protection made in Europe."
license = "Apache-2.0"
keywords = ["captcha", "bot-protection", "gdpr", "privacy", "european-union"]
homepage = "https://www.trustcomponent.com/en/products/captcha/integrations/rust-captcha"
repository = "https://github.com/trustcomponent/trustcaptcha-rust"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
base64 = "0.22"
reqwest = { version = "0.12", features = ["json"] }
uuid = { version = "1", features = ["serde"] }
[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
[lib]
name = "trustcaptcha"
crate-type = ["lib"]