enum2contract-derive 0.1.7

A pub/sub style message contract library.
Documentation
[package]
name = "enum2contract-derive"
version = "0.1.7"
authors = ["Matthew Berger <matthewjordanberger@gmail.com>"]
description = "A pub/sub style message contract library."
homepage = "https://github.com/matthewjberger/enum2contract"
repository = "https://github.com/matthewjberger/enum2contract"
keywords = ["enum", "macro", "contract"]
license = "MIT"
edition = "2021"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0"

[features]
json = []
binary = []