# 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-spvasm" version = "0.1.4" authors = ["PENGUINLIONG "] description = "Tools for SPIR-V Assembly interaction." homepage = "https://github.com/PENGUINLIONG/spirq-rs" documentation = "https://docs.rs/spirq-spvasm" readme = "README.md" keywords = [ "spirv", "spvasm", ] categories = ["graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/PENGUINLIONG/spirq-rs" [dependencies.anyhow] version = "1.0" [dependencies.half] version = "2.3" features = ["num-traits"] [dependencies.num-traits] version = "0.2" [dependencies.spirq] version = "1.1.1" [dependencies.spirq-core] version = "1.0.4" [dev-dependencies.pretty_assertions] version = "1.4" [badges.maintenance] status = "actively-developed"