moe-gpu-dsp 0.1.1

MoE-routed GPU signal processing framework — batch cuFFT, kernel dispatch, zero-copy pipelines
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"
name = "moe-gpu-dsp"
version = "0.1.1"
authors = ["Sean Morin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MoE-routed GPU signal processing framework — batch cuFFT, kernel dispatch, zero-copy pipelines"
documentation = "https://docs.rs/moe-gpu-dsp"
readme = "README.md"
keywords = [
    "cuda",
    "dsp",
    "gpu",
    "fft",
    "signal-processing",
]
categories = [
    "science",
    "multimedia::audio",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/architect-minder/moe-gpu-dsp"

[features]
cuda = ["cudarc"]
default = []

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

[dependencies.cudarc]
version = "0.19"
features = [
    "cuda-version-from-build-system",
    "cufft",
]
optional = true