Source code

Revision control

Copy as Markdown

Other Tools

# 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.74"
name = "naga"
version = "0.19.2"
authors = ["gfx-rs developers"]
exclude = [
"bin/**/*",
"tests/**/*",
"Cargo.lock",
"target/**/*",
]
autotests = false
description = "Shader translation infrastructure"
readme = "README.md"
keywords = [
"shader",
"SPIR-V",
"GLSL",
"MSL",
]
license = "MIT OR Apache-2.0"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
[[test]]
name = "naga-test"
path = "tests/root.rs"
[[bench]]
name = "criterion"
harness = false
[dependencies]
arrayvec = "0.7"
bit-set = "0.5"
bitflags = "2.5"
log = "0.4"
num-traits = "0.2"
rustc-hash = "1.1.0"
thiserror = "1.0.59"
[dependencies.arbitrary]
version = "1.3"
features = ["derive"]
optional = true
[dependencies.codespan-reporting]
version = "0.11.0"
[dependencies.hexf-parse]
version = "0.2.1"
optional = true
[dependencies.indexmap]
version = "2"
features = ["std"]
[dependencies.petgraph]
version = "0.6"
optional = true
[dependencies.pp-rs]
version = "0.2.1"
optional = true
[dependencies.serde]
version = "1.0.198"
features = ["derive"]
optional = true
[dependencies.spirv]
version = "0.3"
optional = true
[dependencies.termcolor]
version = "1.4.1"
[dependencies.unicode-xid]
version = "0.2.3"
optional = true
[dev-dependencies]
bincode = "1"
diff = "0.1"
env_logger = "0.11"
ron = "0.8.0"
[dev-dependencies.hlsl-snapshots]
path = "./hlsl-snapshots"
[dev-dependencies.rspirv]
version = "0.11"
rev = "b969f175d5663258b4891e44b76c1544da9661ab"
[dev-dependencies.serde]
version = "1.0"
features = ["derive"]
[dev-dependencies.spirv]
version = "0.3"
features = ["deserialize"]
[features]
arbitrary = [
"dep:arbitrary",
"bitflags/arbitrary",
"indexmap/arbitrary",
]
compact = []
default = []
deserialize = [
"serde",
"bitflags/serde",
"indexmap/serde",
]
dot-out = []
glsl-in = ["pp-rs"]
glsl-out = []
hlsl-out = []
msl-out = []
serialize = [
"serde",
"bitflags/serde",
"indexmap/serde",
]
spv-in = [
"petgraph",
"spirv",
]
spv-out = ["spirv"]
wgsl-in = [
"hexf-parse",
"unicode-xid",
"compact",
]
wgsl-out = []
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.criterion]
version = "0.5"
features = []