reinda-macros 0.0.2

Internal crate for `reinda`. Do not use this crate directly! See the main crate for more information.
Documentation
[dependencies.bytes]
version = "1"

[dependencies.flate2]
optional = true
version = "1"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.reinda-core]
version = "=0.0.2"

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

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

[lib]
proc-macro = true

[package]
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
description = "Internal crate for `reinda`. Do not use this crate directly! See the main\ncrate for more information.\n"
edition = "2018"
license = "MIT/Apache-2.0"
name = "reinda-macros"
repository = "https://github.com/LukasKalbertodt/reinda/"
version = "0.0.2"