# 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-cli" version = "23.0.0" authors = ["gfx-rs developers"] description = "Shader translation command line tool" keywords = [ "shader", "SPIR-V", "GLSL", "MSL", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gfx-rs/wgpu/tree/trunk/naga-cli" [[bin]] name = "naga" path = "src/bin/naga.rs" test = false doc = false [dependencies.anyhow] version = "1.0.91" [dependencies.argh] version = "0.1.5" [dependencies.bincode] version = "1" [dependencies.codespan-reporting] version = "0.11" [dependencies.env_logger] version = "0.11" [dependencies.naga] version = "23.0.0" features = [ "compact", "wgsl-in", "wgsl-out", "glsl-in", "glsl-out", "spv-in", "spv-out", "msl-out", "hlsl-out", "dot-out", "serialize", "deserialize", ]