forge-sort 0.2.3

GPU radix sort for Apple Silicon — 4,800+ Mkeys/s, 6 data types, zero-copy
# 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.70"
name = "forge-sort"
version = "0.2.3"
build = "build.rs"
include = [
    "src/**/*",
    "shaders/**/*",
    "examples/**/*",
    "build.rs",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU radix sort for Apple Silicon — 4,800+ Mkeys/s, 6 data types, zero-copy"
homepage = "https://github.com/kavanaghpatrick/gpu-forge/tree/main/metal-forge-compute/forge-sort"
documentation = "https://docs.rs/forge-sort"
readme = "README.md"
keywords = [
    "gpu",
    "sort",
    "metal",
    "radix-sort",
    "apple-silicon",
]
categories = [
    "algorithms",
    "hardware-support",
]
license = "AGPL-3.0-only"
repository = "https://github.com/kavanaghpatrick/gpu-forge"

[features]
perf-test = []

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

[[example]]
name = "vs_stdlib"
path = "examples/vs_stdlib.rs"

[dependencies.objc2]
version = "0.6"

[dependencies.objc2-foundation]
version = "0.3"

[dependencies.objc2-metal]
version = "0.3"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.rand_chacha]
version = "0.3"

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