clow 0.1.0

Lower-Level wrapper around Cudarc pointer types
# 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 = "clow"
version = "0.1.0"
authors = ["Adrian Paskert"]
build = false
exclude = ["target/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lower-Level wrapper around Cudarc pointer types"
readme = "README.md"
keywords = [
    "cuda",
    "nvidia",
    "gpu",
]
categories = [
    "api-bindings",
    "hardware-support",
    "memory-management",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/LateinCecer/clow"

[features]
cust = ["dep:cust"]
default_features = []

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

[dependencies.cudarc]
version = "0.19"
features = ["driver"]

[dependencies.cust]
version = "0.3.2"
optional = true

[dependencies.log]
version = "0.4.29"

[dev-dependencies.cudarc]
version = "^0.19"
features = ["cuda-12080"]