[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits", "full", "visit", "extra-traits", "parsing"]
version = "2.0"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.naga]
features = ["wgsl-in"]
version = "24.0"
[lib]
name = "ringkernel_wgpu_codegen"
path = "src/lib.rs"
[package]
authors = ["Michael Ivertowski <mivertowski@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "compilers", "graphics"]
description = "WGSL code generation from Rust DSL for RingKernel"
edition = "2021"
homepage = "https://github.com/mivertowski/RustCompute"
keywords = ["gpu", "wgsl", "webgpu", "codegen", "transpiler"]
license = "Apache-2.0"
name = "ringkernel-wgpu-codegen"
readme = "README.md"
repository = "https://github.com/mivertowski/RustCompute"
rust-version = "1.75"
version = "0.2.0"