ndrs 0.3.0

A tensor library with GPU support
# 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 = "ndrs"
version = "0.3.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tensor library with GPU support"
homepage = "https://github.com/akkaze/ndrs"
documentation = "https://docs.rs/ndrs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/akkaze/ndrs"

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

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

[dependencies.bytemuck]
version = "1.14"
features = ["derive"]

[dependencies.ctor]
version = "0.2"

[dependencies.cudarc]
version = "0.19.4"
features = [
    "cuda-12000",
    "std",
]

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.npyz]
version = "0.9"

[dependencies.num_cpus]
version = "1.16"

[dependencies.once_cell]
version = "1.19"

[dependencies.parking_lot]
version = "0.12"
features = ["deadlock_detection"]

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "1.0"

[dependencies.threadpool]
version = "1.8"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.cudaforge]
version = "0.1"

[build-dependencies.walkdir]
version = "2"