dataport-macros 0.1.0

Macros for dataport
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"
rust-version = "1.95.0"
name = "dataport-macros"
version = "0.1.0"
authors = ["stepkun <stephan.kunz@kabelbw.de>"]
build = false
exclude = [
    "laze*",
    "benches/**",
    "coverage/**",
    "embedded/**",
    "examples/**",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for dataport"
homepage = "https://codeberg.org/dibbots/dataport"
documentation = "https://docs.rs/dataport-macros/latest/dataport-macros/"
readme = "README.md"
license-file = "LICENSE"
repository = "https://codeberg.org/dibbots/dataport.git"
resolver = "3"

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

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"

[dev-dependencies.trybuild]
version = "1"
features = ["diff"]

[build-dependencies]