[package] name = "velcro_macros" version = "0.5.4" authors = ["Peter Hall "] edition = "2018" license = "Unlicense OR MIT" description = """ Procedural macros used by the `velcro` crate. See `velcro` for documentation. It is not advised to depend on this crate directly; it is an internal dependency of `velcro` and may be subject to breaking changes. """ documentation = "https://docs.rs/velcro/latest/velcro" homepage = "https://github.com/peterjoel/velcro" repository = "https://github.com/peterjoel/velcro" keywords = [] categories = ["data-structures", "rust-patterns"] [lib] proc-macro = true [dependencies] syn = { version = "1", features = ["full"] } velcro_core = { version = "=0.5.4", path = "../core" }