synthez-codegen 0.5.1

Internal codegen shim of `synthez` 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"
rust-version = "1.85"
name = "synthez-codegen"
version = "0.5.1"
authors = ["Kai Ren <tyranron@gmail.com>"]
build = false
include = [
    "/src/",
    "/Cargo.toml",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal codegen shim of `synthez` crate."
homepage = "https://github.com/arcane-rs/synthez/tree/main/codegen"
documentation = "https://docs.rs/synthez-codegen"
readme = "README.md"
categories = ["development-tools::build-utils"]
license = "BlueOak-1.0.0"
repository = "https://github.com/arcane-rs/synthez/tree/main/codegen"

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

[dependencies.syn]
version = "3.0"
features = [
    "parsing",
    "proc-macro",
]
default-features = false

[dependencies.synthez-core]
version = "=0.5.1"

[dev-dependencies.proc-macro2]
version = "1.0.4"
default-features = false

[dev-dependencies.syn]
version = "3.0"
features = [
    "derive",
    "parsing",
    "proc-macro",
]
default-features = false