[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "1"
[dev-dependencies.pretty_assertions]
version = "1.2.1"
[dev-dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.serde_json]
version = "1"
[lib]
proc-macro = true
[package]
authors = ["Marcus Griep <marcus@griep.us>"]
description = "Implementation macros for the `aliri_braid` crate"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "aliri_braid_impl"
readme = "README.md"
repository = "https://github.com/neoeinstein/aliri_braid"
version = "0.2.0"