cgp-macro 0.4.1

Context-generic programming core component macros
Documentation
[dependencies.cgp-macro-lib]
version = "0.4.1"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.95"

[features]
default = []

[lib]
name = "cgp_macro"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Soares Chen <soares.chen@maybevoid.com>", "Informal Systems <hello@informal.systems>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
    Context-generic programming core component macros
"""
edition = "2021"
keywords = ["cgp"]
license = "Apache-2.0"
name = "cgp-macro"
readme = false
repository = "https://github.com/contextgeneric/cgp"
rust-version = "1.81"
version = "0.4.1"