rkt_codegen 0.6.0

Procedural macros for the rkt web framework.
Documentation
[package]
name = "rkt_codegen"
version = "0.6.0"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "Procedural macros for the rkt web framework."
documentation = "https://docs.rs/rkt/latest/rkt/"
homepage = "https://rkt.rs"
repository = "https://github.com/rustfoo/rkt"
readme = "../../README.md"
keywords = ["rkt", "rocket", "web", "framework"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.82.0"

[lints]
workspace = true

[lib]
proc-macro = true

[dependencies]
indexmap = "2"
quote = "1.0"
syn = { version = "2.0", features = ["full", "visit", "visit-mut", "extra-traits"] }
proc-macro2 = "1.0.60"
devise = "0.4"
rkt_http = { version = "0.6.0", path = "../http/" }
unicode-xid = "0.2"
version_check = "0.9"
glob = "0.3"

[dev-dependencies]
rkt = { path = "../lib", features = ["json", "msgpack"] }
time = { version =  "0.3", features = ["macros"] }
pretty_assertions = "1"
version_check = "0.9"
trybuild = "1.0"