cubecl-spirv 0.10.0

SPIR-V compiler for CubeCL
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 = "cubecl-spirv"
version = "0.10.0"
authors = ["Genna Wingert"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SPIR-V compiler for CubeCL"
readme = "README.md"
keywords = [
    "gpu",
    "compiler",
]
categories = ["algorithms"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-spirv"
resolver = "2"

[features]
default = [
    "std",
    "cubecl-common/default",
    "cubecl-core/default",
    "cubecl-runtime/default",
]
std = [
    "cubecl-common/std",
    "cubecl-core/std",
    "cubecl-runtime/std",
]
tracing = [
    "cubecl-runtime/tracing",
    "cubecl-common/tracing",
    "cubecl-core/tracing",
    "cubecl-opt/tracing",
]

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

[dependencies.bitflags]
version = "2.9.1"
features = ["serde"]

[dependencies.cubecl-common]
version = "0.10.0"
default-features = false

[dependencies.cubecl-core]
version = "0.10.0"

[dependencies.cubecl-opt]
version = "0.10.0"

[dependencies.cubecl-runtime]
version = "0.10.0"
features = ["channel-mutex"]
default-features = false

[dependencies.half]
version = "2.5"
features = [
    "alloc",
    "num-traits",
    "serde",
]
default-features = false

[dependencies.hashbrown]
version = "0.16"

[dependencies.rspirv]
version = "0.12.1"
features = [
    "serialize",
    "deserialize",
]
package = "tracel-rspirv"

[dependencies.serde]
version = "1.0.204"
features = [
    "derive",
    "alloc",
]
default-features = false

[lints.clippy]
doc_markdown = "warn"

[lints.rust]
warnings = "warn"

[lints.rustdoc]
broken_intra_doc_links = "warn"
invalid_html_tags = "warn"