# 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-minifier" version = "0.6.0" build = false include = [ "/Cargo.toml", "/LICENSE", "/README.md", "/src/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool for minifying WGSL shaders." homepage = "https://github.com/LucentFlux/wgsl-minifier" readme = "README.md" keywords = [ "gamedev", "graphics", "wgsl", "wgpu", "shader", ] categories = [ "game-development", "graphics", ] license = "MIT" repository = "https://github.com/LucentFlux/wgsl-minifier" [lib] name = "wgsl_minifier" path = "src/lib.rs" [[bin]] name = "wgsl-minifier" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["cargo"] [dependencies.codespan-reporting] version = "0.11" [dependencies.naga] version = "22.1.0" features = [ "wgsl-in", "wgsl-out", ] [dependencies.unicode-ident] version = "1.0"