arrOgpu 0.2.1

GPU Computing Library
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 = "arrOgpu"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU Computing Library"
readme = "README.md"
keywords = [
    "AI",
    "machine-learning",
    "deep-learning",
    "neural-network",
    "tensor",
]
license = "Apache-2.0"

[features]
default = [
    "vulkan",
    "dx12",
    "metal",
    "gles",
    "webgpu",
]
dx12 = ["wgpu/dx12"]
gles = ["wgpu/gles"]
metal = ["wgpu/metal"]
vulkan = ["wgpu/vulkan"]
webgpu = ["wgpu/webgpu"]

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

[[bin]]
name = "arrOgpu"
path = "src/main.rs"

[dependencies.bytemuck]
version = "1.23.2"

[dependencies.monagement]
version = "0.0.3"

[dependencies.pollster]
version = "=0.2.4"

[dependencies.uuid]
version = "1.18.1"
features = ["v4"]

[dependencies.wgpu]
version = "28.0.0"
features = ["wgsl"]
default-features = false