# 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 = "wgsl-inline" version = "0.2.1" include = [ "/Cargo.toml", "/LICENSE", "/README.md", "/src/**", ] description = "A macro used to embed WGSL within Rust." homepage = "https://github.com/LucentFlux/wgsl-inline" readme = "README.md" keywords = [ "gamedev", "graphics", "wgsl", "wgpu", "shader", ] categories = [ "game-development", "graphics", ] license = "MIT" repository = "https://github.com/LucentFlux/wgsl-inline" [lib] proc-macro = true [dependencies.naga] version = "0.20" features = [ "wgsl-in", "wgsl-out", ] [dependencies.naga-to-tokenstream] version = "0.6" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [] [dev-dependencies.encase] version = "0.6" [features] encase = [] glam = [] minify = ["naga-to-tokenstream/minify"] naga = []