lunatic-macros 0.12.0

Helper macros for the `lunatic` crate
Documentation
[package]
name = "lunatic-macros"
version = "0.12.0"
edition = "2018"
authors = ["Bernard Kolobara <bernard@lunatic.solutions>"]
description = "Helper macros for the `lunatic` crate"
license = "Apache-2.0/MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quote = "1"
syn = { version = "1", features = ["full", "extra-traits"] }
proc-macro2 = "1.0"
convert_case = "0.5"

[lib]
proc-macro = true