ace-macros 0.4.0

Proc-macro crate. Provides FrameCodec which generates FrameRead and FrameWrite impls for structs and enums.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"