hcaptcha_derive 3.2.2

Derive macro for hCaptcha. Please use hcaptcha crate.
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 = "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"