scir-gpu 0.3.2

SciR GPU foundations: device arrays and CUDA (feature-gated) elementwise/FIR kernels with CPU parity.
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 = "scir-gpu"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SciR GPU foundations: device arrays and CUDA (feature-gated) elementwise/FIR kernels with CPU parity."
homepage = "https://github.com/SoftOboros/scir"
documentation = "https://docs.rs/scir-gpu"
readme = "README.md"
keywords = [
    "scir",
    "scipy",
    "cuda",
    "gpu",
    "wgpu",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/SoftOboros/scir"

[features]
cuda = []
wgpu = []

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

[dependencies.ndarray]
version = "0.15"
default-features = false

[dependencies.num-traits]
version = "0.2"

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