[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits", "full", "visit", "extra-traits"]
version = "2.0"
[dependencies.thiserror]
version = "2.0"
[features]
default = []
nvcc = []
[lib]
name = "ringkernel_cuda_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"]
description = "CUDA code generation from Rust DSL for RingKernel stencil kernels"
edition = "2021"
homepage = "https://github.com/mivertowski/RustCompute"
keywords = ["gpu", "cuda", "codegen", "stencil", "transpiler"]
license = "Apache-2.0"
name = "ringkernel-cuda-codegen"
readme = "README.md"
repository = "https://github.com/mivertowski/RustCompute"
rust-version = "1.75"
version = "0.3.1"
[[test]]
name = "actor_codegen_integration"
path = "tests/actor_codegen_integration.rs"