rustc_codegen_spirv-types 0.10.0-alpha.1

SPIR-V backend types shared between rustc_codegen_spirv and spirv-builder
Documentation
# 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"
name = "rustc_codegen_spirv-types"
version = "0.10.0-alpha.1"
authors = [
    "rust-gpu developers",
    "Embark <opensource@embark-studios.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SPIR-V backend types shared between rustc_codegen_spirv and spirv-builder"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-gpu/rust-gpu"
resolver = "2"

[lib]
name = "rustc_codegen_spirv_types"
path = "src/lib.rs"

[dependencies.rspirv]
version = "0.12"

[dependencies.semver]
version = "1.0.24"
features = ["serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.spirv]
version = "0.3.0"
features = [
    "serialize",
    "deserialize",
]

[dependencies.thiserror]
version = "2.0.12"