forge-filter 0.1.0

GPU filter+compact for Apple Silicon — 10x+ over Polars on numeric WHERE clauses
# 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-filter"
version = "0.1.0"
build = "build.rs"
include = [
    "src/**/*",
    "shaders/**/*",
    "build.rs",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPU filter+compact for Apple Silicon — 10x+ over Polars on numeric WHERE clauses"
homepage = "https://github.com/kavanaghpatrick/gpu-forge/tree/main/metal-forge-compute/forge-filter"
documentation = "https://docs.rs/forge-filter"
readme = "README.md"
keywords = [
    "gpu",
    "filter",
    "metal",
    "compact",
    "apple-silicon",
]
categories = [
    "algorithms",
    "hardware-support",
]
license = "AGPL-3.0-only"
repository = "https://github.com/kavanaghpatrick/gpu-forge"

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

[dependencies.objc2]
version = "0.6"

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

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

[dependencies.thiserror]
version = "2"

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

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

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