kitsune/crates/kitsune-captcha/Cargo.toml

21 lines
503 B
TOML

[package]
name = "kitsune-captcha"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
enum_dispatch = "0.3.13"
http = "1.1.0"
kitsune-error = { path = "../kitsune-error" }
kitsune-http-client = { path = "../kitsune-http-client" }
serde = { version = "1.0.197", features = ["derive"] }
serde_urlencoded = "0.7.1"
simd-json = "0.13.9"
strum = { version = "0.26.2", features = ["derive"] }
typed-builder = "0.18.1"
[lints]
workspace = true