ringkernel-wgpu 0.4.0

WebGPU backend for RingKernel - cross-platform GPU support
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"
rust-version = "1.75"
name = "ringkernel-wgpu"
version = "0.4.0"
authors = ["Michael Ivertowski <mivertowski@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebGPU backend for RingKernel - cross-platform GPU support"
homepage = "https://github.com/mivertowski/RustCompute"
readme = "README.md"
keywords = [
    "gpu",
    "actor",
    "webgpu",
    "wgpu",
    "vulkan",
]
categories = [
    "hardware-support",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/mivertowski/RustCompute"

[features]
default = []
wgpu = ["dep:wgpu"]
wgpu-tests = ["wgpu"]

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

[[test]]
name = "wgpu_backend"
path = "tests/wgpu_backend.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.ringkernel-core]
version = "0.4.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.48"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.wgpu]
version = "0.19"
optional = true

[dev-dependencies.tokio]
version = "1.48"
features = [
    "full",
    "test-util",
    "macros",
    "rt-multi-thread",
]