[package]
edition = "2021"
name = "evento-macro"
version = "2.0.0-alpha.21"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of libraries and tools that help you build DDD, CQRS, and event sourcing."
documentation = "https://docs.rs/evento"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/timayz/evento"
[lib]
name = "evento_macro"
path = "src/lib.rs"
proc-macro = true
[dependencies.convert_case]
version = "0.11"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0.117"
features = [
"full",
"parsing",
"extra-traits",
]