worktable_codegen 0.8.23

WorkTable codegeneration crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "worktable_codegen"
version = "0.8.23"
edition = "2024"
license = "MIT"
description = "WorkTable codegeneration crate"

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

[dependencies]
rkyv = { version = "0.7.45" }
syn = { version = "2.0.74", features = ["full"] }
quote = "1.0.36"
proc-macro2 = "1.0.86"
convert_case = "0.6.0"