macro-input-core 0.3.0

the core part of macro-input
Documentation
[dependencies.macro-compose]
optional = true
version = "0.1"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0"

[features]
default = []
legacy = ["macro-compose"]

[package]
authors = ["Tom Dohrmann <erbse.13@gmx.de>"]
description = "the core part of macro-input"
edition = "2018"
license = "WTFPL"
name = "macro-input-core"
repository = "https://github.com/Freax13/macro-input"
version = "0.3.0"