daedalus-macros 0.1.1

Proc macros for Daedalus nodes and GPU binding helpers.
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 = "daedalus-macros"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc macros for Daedalus nodes and GPU binding helpers."
homepage = "https://github.com/Prometheus-Dynamics/Daedalus"
documentation = "https://docs.rs/daedalus-macros"
readme = "README.md"
keywords = [
    "proc-macro",
    "macros",
    "gpu",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Prometheus-Dynamics/Daedalus"

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

[dependencies.daedalus-runtime]
version = "0.1.1"

[dependencies.daedalus-wgsl-infer]
version = "0.1.1"

[dependencies.proc-macro-crate]
version = "3.2.0"

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

[dependencies.quote]
version = "1.0.42"

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