wesl-cli 0.4.0

CLI for the WESL compiler
# 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 = "2024"
rust-version = "1.87.0"
name = "wesl-cli"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "wesl"
description = "CLI for the WESL compiler"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/wgsl-tooling-wg/wesl-rs"

[features]
default = ["naga"]
naga = [
    "dep:naga",
    "wesl/naga-ext",
]

[[bin]]
name = "wesl"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.11"
features = ["derive"]

[dependencies.naga]
version = "28.0.0"
features = ["wgsl-in"]
optional = true

[dependencies.thiserror]
version = "2.0.11"

[dependencies.wesl]
version = "0.4.0"
features = [
    "eval",
    "generics",
    "package",
]

[dependencies.wgsl-parse]
version = "0.4.0"

[lints.clippy]
mutable_key_type = "allow"

[lints.rust]