[package] name = "spirq-reflect" version = "0.1.1" authors = ["PENGUINLIONG "] edition = "2018" license = "MIT OR Apache-2.0" description = "Light weight SPIR-V query utility for graphics. (CLI)" repository = "https://github.com/PENGUINLIONG/spirq-rs" homepage = "https://github.com/PENGUINLIONG/spirq-rs" documentation = "https://docs.rs/spirq" categories = ["graphics"] readme = "README.md" keywords = ["spirv", "vulkan", "opengl", "opencl"] [badges] maintenance = { status = "actively-developed" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] spirq = { version = "0.6.0", path = "../spirq" } clap = { version = "4.0.6", features = ["derive"] } serde = "1.0" serde_json = { version = "1.0", features = ["preserve_order"] }