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