[package]
edition = "2024"
name = "ace-macros"
version = "0.4.0"
authors = ["Samuel Preston <samp.reston@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc-macro crate. Provides FrameCodec which generates FrameRead and FrameWrite impls for structs and enums."
readme = "README.md"
keywords = [
"diagnostics",
"vehicle",
"standards",
]
categories = [
"development-tools",
"network-programming",
"automotive",
]
license = "MIT or Apache-2.0"
repository = "https://github.com/samp-reston/ace"
[features]
alloc = []
[lib]
name = "ace_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.darling]
version = "0.23.0"
[dependencies.proc-macro2]
version = "1.0.106"
[dependencies.quote]
version = "1.0.45"
[dependencies.syn]
version = "2.0.117"
[dev-dependencies.ace-core]
version = "0.4.0"
[dev-dependencies.bytes]
version = "1.11.1"
[dev-dependencies.heapless]
version = "0.9.2"
[dev-dependencies.trybuild]
version = "1.0.116"