# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "spirv-reflect" version = "0.2.3" authors = ["Graham Wihlidal "] build = "build.rs" include = ["src/types/descriptor.rs", "src/types/image.rs", "src/types/mod.rs", "src/types/op.rs", "src/types/resource.rs", "src/types/traits.rs", "src/types/variable.rs", "src/convert.rs", "src/ffi.rs", "src/lib.rs", "gen/bindings.rs", "build.rs", "Cargo.toml", "vendor/spirv_reflect.h", "vendor/spirv_reflect.c", "vendor/include/spirv/unified1/spirv.h"] description = "Reflection API in rust for SPIR-V shader byte code, intended for Vulkan applications." homepage = "https://github.com/gwihlidal/spirv-reflect-rs" documentation = "https://docs.rs/spirv-reflect" readme = "README.md" keywords = ["shader", "spirv", "glsl", "hlsl", "reflect"] categories = ["rendering", "rendering::engine"] license = "MIT/Apache-2.0" repository = "https://github.com/gwihlidal/spirv-reflect-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.bitflags] version = "1.2.1" [dependencies.num-traits] version = "0.2.8" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0.102" [dependencies.spirv_headers] version = "1.3.4" [dev-dependencies.serde_yaml] version = "0.8.11" [build-dependencies.bindgen] version = "0.51.1" optional = true [build-dependencies.cc] version = "1.0.46" [features] generate_bindings = ["bindgen"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "gwihlidal/spirv-reflect-rs"