elephantry-derive 1.4.0

Macro implementation of #[derive(Entity)]
Documentation
[package]
name = "elephantry-derive"
description = "Macro implementation of #[derive(Entity)]"
repository = "https://github.com/elephantry/elephantry/tree/master/derive"
homepage = "https://elephantry.github.io/site"
license = "MIT"
version = "1.4.0"
authors = ["Sanpi <sanpi@homecomputing.fr>"]
edition = "2018"

[lib]
proc-macro = true

[dependencies]
quote = "1.0"
syn = "1.0"