[dependencies.darling]
version = "0.20.9"
[dependencies.lazy_static]
version = "1.3.0"
[dependencies.proc-macro2]
version = "1.0.58"
[dependencies.quote]
version = "1.0.27"
[dependencies.rust-format]
version = "0.3.4"
[dependencies.syn]
features = ["full"]
version = "2.0.16"
[dependencies.uuid]
features = ["v4"]
version = "0.7.4"
[lib]
name = "thruster_proc"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Pete Mertz <peter.s.mertz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The proc macros behind the thruster web framework"
documentation = "https://docs.rs/thruster"
edition = "2018"
homepage = "https://thruster.pete.pm"
keywords = ["thruster", "router", "fast", "http", "hyper"]
license = "MIT"
name = "thruster-proc"
readme = "README.md"
repository = "https://github.com/trezm/thruster"
version = "1.3.13"