# 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.0.0" authors = ["Jeremiah Russell "] build = false include = [ "**/*.rs", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT", "CHANGES.md", ] 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.92" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.90" features = ["extra-traits"] [dev-dependencies.macrotest] version = "1.0.13" [dev-dependencies.trybuild] version = "1.0.101"