[package]
edition = "2018"
name = "hcaptcha_derive"
version = "3.2.2"
authors = ["Jeremiah Russell <jrussell@jerus.ie>"]
build = false
include = [
"**/*.rs",
"Cargo.toml",
"README.md",
"LICENSE-APACHE",
"LICENSE-MIT",
"CHANGES.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Derive macro for hCaptcha. Please use hcaptcha crate.
"""
documentation = "https://docs.rs/hcaptcha_derive"
readme = "README.md"
keywords = [
"hcaptcha",
"captcha",
"security",
"backend",
"protection",
]
categories = ["web-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jerusdp/hcaptcha-rs"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "hcaptcha_derive"
path = "src/lib.rs"
proc-macro = true
[[test]]
name = "tests"
path = "tests/tests.rs"
[dependencies.proc-macro-error2]
version = "2.0.1"
[dependencies.proc-macro2]
version = "1.0.106"
[dependencies.quote]
version = "1.0.45"
[dependencies.syn]
version = "2.0.117"
features = ["extra-traits"]
[dev-dependencies.macrotest]
version = "1.2.1"
[dev-dependencies.trybuild]
version = "1.0.116"
[lints.clippy]
pedantic = "allow"