# 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 = "include-wgsl-oil" version = "0.2.8" include = [ "/Cargo.toml", "/LICENSE", "/README.md", "/src/**", ] description = "Includes a WGSL file with the `naga-oil` preprocessor. " homepage = "https://github.com/LucentFlux/include-wgsl-oil" readme = "README.md" keywords = [ "gamedev", "graphics", "wgsl", "wgpu", "shader", ] categories = [ "game-development", "graphics", ] license = "MIT" repository = "https://github.com/LucentFlux/include-wgsl-oil" [lib] proc-macro = true [dependencies.daggy] version = "0.8" [dependencies.data-encoding] version = "2" [dependencies.glob] version = "0.3" [dependencies.lazy_static] version = "1.5" [dependencies.naga] version = "22.0" features = [ "wgsl-in", "wgsl-out", ] [dependencies.naga-to-tokenstream] version = "0.7" [dependencies.naga_oil] version = "0.15" [dependencies.pathdiff] version = "0.2" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.9" [dependencies.syn] version = "2.0" features = ["full"] [dev-dependencies.encase] version = "0.9" features = ["glam"] [dev-dependencies.glam] version = "0.28" [features] encase = [] glam = [] minify = ["naga-to-tokenstream/minify"] naga = []