[dependencies.proc-macro-error2]
version = "2.0.1"
[dependencies.proc-macro2]
version = "1.0.103"
[dependencies.quote]
version = "1.0.42"
[dependencies.syn]
features = ["extra-traits"]
version = "2.0.111"
[dev-dependencies.macrotest]
version = "1.2.0"
[dev-dependencies.trybuild]
version = "1.0.114"
[lib]
name = "hcaptcha_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Jeremiah Russell <jrussell@jerus.ie>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = """
Derive macro for hCaptcha. Please use hcaptcha crate.
"""
documentation = "https://docs.rs/hcaptcha_derive"
edition = "2018"
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_derive"
readme = "README.md"
repository = "https://github.com/jerusdp/hcaptcha-rs"
resolver = "2"
version = "3.1.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "tests"
path = "tests/tests.rs"