[dependencies.arrayvec]
version = "0.7.1"
[dependencies.bytemuck]
version = "1.12.3"
[dependencies.derive_more]
version = "0.99.17"
[dependencies.elsa]
features = ["indexmap"]
version = "1.6.0"
[dependencies.indexmap]
version = "2.0.0"
[dependencies.internal-iterator]
version = "0.2.0"
[dependencies.itertools]
version = "0.10.3"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.longest-increasing-subsequence]
version = "0.1.0"
[dependencies.rustc-hash]
version = "1.1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.smallvec]
features = ["serde", "union"]
version = "1.7.0"
[[example]]
name = "spv-lower-lift-roundtrip"
path = "examples/spv-lower-lift-roundtrip.rs"
[[example]]
name = "spv-lower-link-lift"
path = "examples/spv-lower-link-lift.rs"
[[example]]
name = "spv-lower-link-qptr-lift"
path = "examples/spv-lower-link-qptr-lift.rs"
[[example]]
name = "spv-lower-print"
path = "examples/spv-lower-print.rs"
[[example]]
name = "spv-read-write-roundtrip"
path = "examples/spv-read-write-roundtrip.rs"
[lib]
name = "spirt"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(git_main_docs)"]
level = "warn"
priority = 0
[package]
authors = ["SPIR-T developers", "Embark <opensource@embark-studios.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["compilers", "rendering::data-formats"]
description = "Shader-focused IR to target, transform and translate from."
documentation = "https://docs.rs/spirt"
edition = "2021"
exclude = [".github", "release.toml", "tests/data"]
homepage = "https://github.com/rust-gpu/spirt"
keywords = ["shader", "spir-v", "spirv", "ir", "compiler"]
license = "MIT OR Apache-2.0"
name = "spirt"
readme = "README.md"
repository = "https://github.com/rust-gpu/spirt/tree/0.4.0"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs", "--document-private-items"]