singe-cusolver 0.1.0-alpha.5

Safe Rust wrappers 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"
version = "0.1.0-alpha.5"
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "dist",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust wrappers for the NVIDIA cuSOLVER dense and sparse solver library."
readme = "README.md"
keywords = [
    "cuda",
    "nvidia",
    "cusolver",
    "solver",
]
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/runtime_13_2",
    "singe-cuda-sys/runtime_13_2",
    "singe-cusolver-sys/cusolver_13_2",
]
default = ["cusolver_13_2"]
testing = ["singe-cuda/testing"]

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

[dependencies.bitflags]
version = "2.11.1"

[dependencies.num_enum]
version = "0.7.6"

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

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

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

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

[dependencies.thiserror]
version = "2.0.18"