jwtiny-derive 1.8.2

Macros for jwtiny
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "parsing", "extra-traits"]
version = "2.0"

[lib]
name = "jwtiny_derive"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Sebastian Müller <mail@sbstjn.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "development-tools", "security"]
description = "Macros for jwtiny"
documentation = "https://docs.rs/jwtiny"
edition = "2024"
homepage = "https://github.com/sbstjn/jwtiny"
keywords = ["api", "authentication", "jwks", "jwt", "token"]
license = "MIT"
name = "jwtiny-derive"
readme = false
repository = "https://github.com/sbstjn/jwtiny"
rust-version = "1.85.0"
version = "1.8.2"