cfd16-lib-derive 0.7.0

A proc-macro for automatically generating encoding/decoding functions.
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 = "cfd16-lib-derive"
version = "0.7.0"
authors = ["Alice <alice@cremfuelled.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A proc-macro for automatically generating encoding/decoding functions."
homepage = "https://cremfuelled.net/CFD-16"
readme = "README.md"
categories = [
    "development-tools",
    "embedded",
    "encoding",
    "hardware-support",
]
license = "GPL-3.0-or-later"
repository = "https://codeberg.org/cremfuelled/CFD-16"

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

[dependencies.cfd16-lib-impl]
version = "0.7.0"

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

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
version = "2.0.106"
features = ["full"]