ringkernel-derive 0.2.0

Procedural macros for RingKernel GPU-native actor system
Documentation
[dependencies.darling]
version = "0.20"

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

[dependencies.quote]
version = "1.0"

[dependencies.ringkernel-cuda-codegen]
optional = true
version = "0.2.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"

[dev-dependencies.bytemuck]
features = ["derive"]
version = "1.14"

[dev-dependencies.inventory]
version = "0.3"

[dev-dependencies.ringkernel-core]
version = "0.2.0"

[dev-dependencies.rkyv]
features = ["validation", "strict"]
version = "0.7"

[dev-dependencies.tokio]
features = ["full", "macros", "rt-multi-thread"]
version = "1.48"

[features]
cuda-codegen = ["dep:ringkernel-cuda-codegen"]
default = []

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

[package]
authors = ["Michael Ivertowski <mivertowski@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = "Procedural macros for RingKernel GPU-native actor system"
edition = "2021"
homepage = "https://github.com/mivertowski/RustCompute"
keywords = ["gpu", "actor", "macro", "derive"]
license = "Apache-2.0"
name = "ringkernel-derive"
readme = "README.md"
repository = "https://github.com/mivertowski/RustCompute"
rust-version = "1.75"
version = "0.2.0"

[[test]]
name = "macro_tests"
path = "tests/macro_tests.rs"