baracuda-cusolver-sys 0.0.1-alpha.2

Raw FFI bindings and dynamic loader for NVIDIA cuSOLVER (Dn subset).
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"
rust-version = "1.75"
name = "baracuda-cusolver-sys"
version = "0.0.1-alpha.2"
authors = ["The baracuda contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings and dynamic loader for NVIDIA cuSOLVER (Dn subset)."
homepage = "https://github.com/ciresnave/baracuda"
readme = false
keywords = [
    "cuda",
    "gpu",
    "nvidia",
    "driver",
    "runtime",
]
categories = ["external-ffi-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ciresnave/baracuda"

[features]
bindgen = ["baracuda-build/bindgen"]
default = []

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

[dependencies.baracuda-core]
version = "0.0.1-alpha.2"

[dependencies.baracuda-cuda-sys]
version = "0.0.1-alpha.2"

[dependencies.baracuda-types]
version = "0.0.1-alpha.2"

[dependencies.libloading]
version = "0.8"

[build-dependencies.baracuda-build]
version = "0.0.1-alpha.2"