shute 0.1.0

Abstraction of wgpu for simple compute shader execution
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 = "shute"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Abstraction of wgpu for simple compute shader execution"
readme = "README.md"
keywords = [
    "gpgpu",
    "compute",
]
categories = []
license = "MIT"
repository = "https://github.com/shzhe02/shute"

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

[[example]]
name = "about_device"
path = "examples/about_device/main.rs"

[[example]]
name = "collatz"
path = "examples/collatz/main.rs"

[[example]]
name = "reduction_v0"
path = "examples/reduction_v0/main.rs"

[[example]]
name = "shortcut"
path = "examples/shortcut/main.rs"

[[example]]
name = "shortcut_v0"
path = "examples/shortcut_v0/main.rs"

[[example]]
name = "shortcut_v1"
path = "examples/shortcut_v1/main.rs"

[[example]]
name = "shortcut_v2"
path = "examples/shortcut_v2/main.rs"

[[example]]
name = "shortcut_v3"
path = "examples/shortcut_v3/main.rs"

[[example]]
name = "square"
path = "examples/square/main.rs"

[[bench]]
name = "bench_main"
path = "benches/bench_main.rs"
harness = false

[dependencies.encase]
version = "0.10.0"

[dependencies.flume]
version = "0.11.1"

[dependencies.pollster]
version = "0.4.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.wgpu]
version = "23.0.0"

[dev-dependencies.atomic_float]
version = "1.1.0"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.rayon]
version = "1.10.0"