enum2contract 0.1.4

enum2contract is a no_std compatible rust derive macro that lets users specify contracts for pub/sub style messaging using strongly typed rust enums. Conversion methods for JSON and binary are created for the generated payloads.
Documentation
[dependencies.postcard]
features = ["alloc"]
version = "1.0.4"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.158"

[dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0.94"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Matthew Berger <matthewjordanberger@gmail.com>"]
description = "enum2contract is a no_std compatible rust derive macro that lets users specify contracts for pub/sub style messaging using strongly typed rust enums.\n\nConversion methods for JSON and binary are created for the generated payloads.\n"
edition = "2021"
homepage = "https://github.com/matthewjberger/enum2contract"
keywords = ["enum", "macro", "contract"]
license = "MIT"
name = "enum2contract"
readme = "README.md"
repository = "https://github.com/matthewjberger/enum2contract"
version = "0.1.4"