esrc-derive 0.1.0

Procedural macros for the `esrc` crate
Documentation
[dependencies.darling]
version = "0.20"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["extra-traits"]
version = "2.0"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.uuid]
version = "1.8"

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

[package]
authors = ["Wyatt Lindquist <wquist@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Procedural macros for the `esrc` crate"
edition = "2021"
license = "MIT"
name = "esrc-derive"
readme = false
repository = "https://github.com/wquist/esrc"
rust-version = "1.79"
version = "0.1.0"

[[test]]
name = "test_envelope"
path = "tests/test_envelope.rs"

[[test]]
name = "test_event"
path = "tests/test_event.rs"

[[test]]
name = "test_version"
path = "tests/test_version.rs"