ferrox-vulkan 0.16.0

Vulkan/SPIR-V beachhead for the Ferrox inference engine (GO/NO-GO slice, not a backend)
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 = "2021"
name = "ferrox-vulkan"
version = "0.16.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vulkan/SPIR-V beachhead for the Ferrox inference engine (GO/NO-GO slice, not a backend)"
homepage = "https://github.com/antonellof/ferrox"
readme = "README.md"
keywords = [
    "vulkan",
    "spirv",
    "gpu",
    "llm",
    "ferrox",
]
categories = [
    "hardware-support",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/antonellof/ferrox"

[features]
default = []
vulkan = ["dep:ash"]

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

[[example]]
name = "probe"
path = "examples/probe.rs"
required-features = ["vulkan"]

[dependencies.ash]
version = "0.38"
features = [
    "loaded",
    "std",
]
optional = true
default-features = false

[dependencies.thiserror]
version = "1"

[dev-dependencies.ferrox-quant]
version = "0.16.0"

[dev-dependencies.half]
version = "2"