cudaforge 0.1.4

Advanced CUDA kernel builder for Rust with incremental builds, auto-detection, and external dependency support.
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 = "cudaforge"
version = "0.1.4"
authors = ["Guoqing Bao"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Advanced CUDA kernel builder for Rust with incremental builds, auto-detection, and external dependency support.
"""
readme = "README.md"
keywords = [
    "cuda",
    "gpu",
    "nvcc",
    "kernel",
    "build",
]
categories = [
    "development-tools::build-utils",
    "compilers",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/guoqingbao/cudaforge"

[features]
ci-check = []
default = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.fs2]
version = "0.4"

[dependencies.glob]
version = "0.3.1"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "2.0"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.which]
version = "7.0.0"