device-driver-macros 1.0.8

Proc macro implementation for the `device-driver` crate
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 = "device-driver-macros"
version = "1.0.8"
authors = ["Dion Dokter <diondokter@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc macro implementation for the `device-driver` crate"
homepage = "https://github.com/diondokter/device-driver"
readme = "README.md"
keywords = [
    "no_std",
    "device",
    "driver",
    "toolkit",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std::no-alloc",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/diondokter/device-driver"
resolver = "2"

[features]
default = [
    "dsl",
    "json",
    "yaml",
    "toml",
]
dsl = ["device-driver-generation/dsl"]
json = [
    "manifest",
    "device-driver-generation/json",
]
manifest = []
toml = [
    "manifest",
    "device-driver-generation/toml",
]
yaml = [
    "manifest",
    "device-driver-generation/yaml",
]

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

[dependencies.device-driver-generation]
version = "=1.0.8"
default-features = false

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

[dependencies.syn]
version = "2.0"