# 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 = "2021" name = "naga-to-tokenstream" version = "0.7.1" include = [ "/Cargo.toml", "/LICENSE", "/README.md", "/src/**", ] description = "Creates a TokenStream describing parts of a Naga module." homepage = "https://github.com/LucentFlux/naga-to-tokenstream" readme = "README.md" keywords = [ "gamedev", "graphics", "wgsl", "wgpu", "shader", ] categories = [ "game-development", "graphics", ] license = "MIT" repository = "https://github.com/LucentFlux/naga-to-tokenstream" [dependencies.naga] version = "22.1.0" features = [ "wgsl-in", "wgsl-out", ] [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["full"] [dependencies.wgsl-minifier] version = "0.6" optional = true [features] minify = ["dep:wgsl-minifier"]