naga-cli 29.0.0

CLI for the naga shader translator and validator. Part of the wgpu project
# 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"
rust-version = "1.76"
name = "naga-cli"
version = "29.0.0"
authors = ["gfx-rs developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the naga shader translator and validator. Part of the wgpu project"
readme = false
keywords = [
    "shader",
    "SPIR-V",
    "GLSL",
    "MSL",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gfx-rs/wgpu"

[[bin]]
name = "naga"
path = "src/bin/naga.rs"
test = false
doc = false

[dependencies.anyhow]
version = "1.0.87"
features = ["std"]
default-features = false

[dependencies.argh]
version = "0.1.13"

[dependencies.bincode]
version = "2"
features = ["serde"]

[dependencies.codespan-reporting]
version = "0.13"
features = [
    "std",
    "termcolor",
]
default-features = false

[dependencies.env_logger]
version = "0.11"
default-features = false

[dependencies.log]
version = "0.4.29"

[dependencies.naga]
version = "29.0.0"
features = [
    "wgsl-in",
    "wgsl-out",
    "glsl-in",
    "glsl-out",
    "spv-in",
    "spv-out",
    "msl-out",
    "hlsl-out",
    "dot-out",
    "serialize",
    "deserialize",
    "termcolor",
    "stderr",
    "fs",
]