espforge_codegen 0.4.2

code generation for espforge
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 = "espforge_codegen"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "code generation for espforge"
homepage = "https://github.com/mohankumargupta/espforge"
documentation = "https://github.com/mohankumargupta/espforge"
readme = "README.md"
keywords = [
    "esp32",
    "embedded",
    "hal",
    "framework",
    "esphome",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT"
repository = "https://github.com/mohankumargupta/espforge"
resolver = "2"

[lib]
name = "espforge_codegen"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.espforge_common]
version = "0.1.6"

[dependencies.espforge_configuration]
version = "0.3.1"

[dependencies.inventory]
version = "0.3"

[dependencies.prettyplease]
version = "0.2"

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

[dependencies.quote]
version = "1.0"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
]