singe-cusolver-sys 0.1.0-alpha.5

Low-level FFI bindings for the NVIDIA cuSOLVER dense and sparse solver library.
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 = "singe-cusolver-sys"
version = "0.1.0-alpha.5"
build = "build.rs"
include = [
    "**/*.rs",
    "Cargo.toml",
    "dist",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings for the NVIDIA cuSOLVER dense and sparse solver library."
readme = "README.md"
keywords = [
    "cuda",
    "cusolver",
    "bindings",
    "ffi",
]
license-file = "LICENSE"
repository = "https://github.com/tinrab/singe"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "dist/katex_header.html",
]

[features]
cusolver_13_2 = ["singe-cuda-sys/runtime_13_2"]
default = ["cusolver_13_2"]

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

[dependencies.num_enum]
version = "0.7.6"

[dependencies.singe-cuda-sys]
version = "0.1.0-alpha.5"

[build-dependencies.anyhow]
version = "1.0.102"

[build-dependencies.singe-cuda-find]
version = "0.1.0-alpha.5"