cuda-bindings 0.1.0

NVIDIA CUDA bindings.
# 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"
rust-version = "1.89"
name = "cuda-bindings"
version = "0.1.0"
authors = ["Melih Elibol"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NVIDIA CUDA bindings."
readme = "README.md"
license-file = "LICENSE-NVIDIA"
repository = "https://github.com/nvlabs/cutile-rs"

[lib]
name = "cuda_bindings"
path = "src/lib.rs"
doctest = false

[dependencies.libloading]
version = "0.8"

[build-dependencies.bindgen]
version = "0.69.4"

[build-dependencies.prettyplease]
version = "0.2.35"

[build-dependencies.proc-macro2]
version = "1"
features = ["span-locations"]

[build-dependencies.quote]
version = "1.0.35"

[build-dependencies.syn]
version = "2.0"
features = [
    "full",
    "extra-traits",
    "visit",
    "visit-mut",
    "fold",
]