devise_core 0.1.0

A library for devising derives and other procedural macros.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "devise_core"
version = "0.1.0"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "A library for devising derives and other procedural macros."
license = "MIT/Apache-2.0"
repository = "https://github.com/SergioBenitez/Devise"

[dependencies]
quote = "0.6"
proc-macro2 = { version = "0.4", features = ["nightly"] }
syn = { version = "0.15", features = ["full", "extra-traits"] }
bitflags = "1.0"