reinda-macros 0.0.3

Internal crate for `reinda`. Do not use this crate directly! See the main crate for more information.
Documentation
[package]
name = "reinda-macros"
version = "0.0.3"
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
edition = "2018"

description = """
Internal crate for `reinda`. Do not use this crate directly! See the main
crate for more information.
"""
repository = "https://github.com/LukasKalbertodt/reinda/"
license = "MIT/Apache-2.0"


[lib]
proc-macro = true

[features]
debug-is-prod = ["reinda-core/debug-is-prod"]
hash = []
compress = ["flate2"]

[dependencies]
bytes = "1"
flate2 = { version = "1", optional = true }
proc-macro2 = "1"
quote = "1"
reinda-core = { version = "=0.0.3", path = "../core" }

[dependencies.syn]
version = "1"
default-features = false
features = ["parsing", "proc-macro", "derive", "printing"]