[dependencies.proc-macro2]
version = "1.0.89"
[dependencies.quote]
version = "1.0.37"
[dependencies.regex]
version = "1.11.1"
[dependencies.syn]
version = "2.0.85"
[features]
bytemuck = []
glam = []
[lib]
name = "slang_struct"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Macro that converts Slang style struct definitions into rust structs"
edition = "2021"
license = "MIT"
name = "slang_struct"
readme = "README.md"
repository = "https://github.com/FacelessTiger/slang-struct-rs"
version = "0.0.2"