[dependencies.quote]
version = "1.0.20"
[dependencies.rocket]
version = "0.5.0"
[dependencies.syn]
features = ["full", "parsing"]
version = "1.0.98"
[lib]
doctest = false
proc-macro = true
[package]
authors = ["Antonius Naumann <git@antonius.dev>"]
categories = ["web-programming", "web-programming::http-server", "rust-patterns"]
description = "A small crate that adds macros to conveniently organize Rocket route handlers in modules."
edition = "2021"
keywords = ["rocket", "server", "web", "utility", "macro"]
license = "MIT OR Apache-2.0"
name = "rocket_modules"
readme = "README.md"
repository = "https://github.com/antoniusnaumann/rocket-modules"
version = "0.1.2"