# 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 = "wgpu-pp" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple, C-style preprocessor for WGSL using proc macros." readme = "README.md" license = "MIT" [lib] name = "wgpu_pp" path = "src/lib.rs" proc-macro = true [dependencies.lazy_static] version = "1.5.0" [dependencies.litrs] version = "0.4.1" [dependencies.naga] version = "22.1.0" features = ["wgsl-in"] [dependencies.regex] version = "1.10.6" [dev-dependencies.insta] version = "1.39.0"