[package]
edition = "2024"
rust-version = "1.85"
name = "baracuda-cutensor-sys"
version = "0.0.1-alpha.68"
authors = ["The baracuda contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings and dynamic loader for NVIDIA cuTENSOR (tensor contraction)."
homepage = "https://github.com/ciresnave/baracuda"
readme = "README.md"
keywords = [
"cuda",
"gpu",
"nvidia",
"driver",
"runtime",
]
categories = ["external-ffi-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ciresnave/baracuda"
[lib]
name = "baracuda_cutensor_sys"
path = "src/lib.rs"
[dependencies.baracuda-core]
version = "0.0.1-alpha.68"
[dependencies.baracuda-types]
version = "0.0.1-alpha.68"
[dependencies.libloading]
version = "0.8"
[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "deny"
unreachable_pub = "warn"