# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "spirq" version = "1.2.2" authors = ["PENGUINLIONG "] description = "Light weight SPIR-V query utility for graphics." homepage = "https://github.com/PENGUINLIONG/spirq-rs" documentation = "https://docs.rs/spirq" readme = "README.md" keywords = [ "spirv", "vulkan", "opengl", "opencl", ] categories = ["graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/PENGUINLIONG/spirq-rs" [dependencies.fnv] version = "1.0.7" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.ordered-float] version = "4.2" [dependencies.spq-core] version = "1.0.5" [dev-dependencies.byteorder] version = "1.3" [dev-dependencies.bytes] version = "1.2" [dev-dependencies.inline-spirv] version = "0.2" [badges.maintenance] status = "actively-developed"