vkml 0.0.3

High-level Vulkan-based machine learning library
# 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 = "vkml"
version = "0.0.3"
authors = ["PieInOblivion"]
build = false
exclude = [
    ".cargo/*",
    "docs/*",
    ".gitignore",
    "tests/*",
    "paper/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level Vulkan-based machine learning library"
readme = "README.md"
keywords = [
    "vulkan",
    "machine-learning",
    "gpu",
    "compute",
    "ml",
]
categories = [
    "science",
    "graphics",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/void-research/vkml"

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

[dependencies.bytemuck]
version = "1"

[dependencies.half]
version = "2"
features = ["bytemuck"]

[dependencies.image]
version = "0.25"
features = ["png"]
default-features = false

[dependencies.onnx-extractor]
version = "0.3"

[dependencies.shader-slang-sys]
version = "0.1"

[dependencies.sys-info]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dependencies.vulkanalia]
version = "0.35"
features = ["libloading"]

[dependencies.zero-pool]
version = "0.8"

[profile.release]
lto = true