cuda_setup 0.1.10

Assists with CUDA setup when using the CUDARC lib.
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 = "2024"
name = "cuda_setup"
version = "0.1.10"
authors = ["David O'Connor <the_alchemist@fastmail.com>"]
build = false
exclude = [".gitignore"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Assists with CUDA setup when using the CUDARC lib."
documentation = "https://docs.rs/cuda_setup"
readme = "README.md"
keywords = [
    "cuda",
    "cudarc",
    "gpu",
]
categories = [
    "hardware-support",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/David-OConnor/cuda_setup"

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

[dependencies.cc]
version = "1.2.41"