baracuda-cusolver 0.0.1-alpha.2

Safe Rust wrappers for NVIDIA cuSOLVER (dense LU factorization at v0.1).
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "baracuda-build"
version = "0.0.1-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aeed3701095749688518cd9e770f45713d9752bf367a386329efc3a9abb14c06"

[[package]]
name = "baracuda-core"
version = "0.0.1-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d6c363a2f2e470f853f1d21a38b138b0f9283675cb46806116a00c0d55b3ec3"
dependencies = [
 "baracuda-types",
 "libloading",
 "thiserror",
]

[[package]]
name = "baracuda-cuda-sys"
version = "0.0.1-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24dc459e02c943c51f72756969e26fb9a5599a2a172ad976e0af16b42ed1bfc1"
dependencies = [
 "baracuda-build",
 "baracuda-core",
 "baracuda-types",
 "libloading",
]

[[package]]
name = "baracuda-cusolver"
version = "0.0.1-alpha.2"
dependencies = [
 "baracuda-core",
 "baracuda-cuda-sys",
 "baracuda-cusolver-sys",
 "baracuda-driver",
 "baracuda-types",
 "thiserror",
]

[[package]]
name = "baracuda-cusolver-sys"
version = "0.0.1-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "debc49c70aaed2d3f05d83f8f140ee333e60ae0cff08c9bf5c386cd3f4f5d5a1"
dependencies = [
 "baracuda-build",
 "baracuda-core",
 "baracuda-cuda-sys",
 "baracuda-types",
 "libloading",
]

[[package]]
name = "baracuda-driver"
version = "0.0.1-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "680f42e540c3052faf5c418518689244e45107881f50f1d1a07df0c5dcaeb453"
dependencies = [
 "baracuda-core",
 "baracuda-cuda-sys",
 "baracuda-types",
 "thiserror",
]

[[package]]
name = "baracuda-types"
version = "0.0.1-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed78c7f3924526c0137b1861084fbcfbaf92415752ad19cce5f26abaf498cb97"

[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"

[[package]]
name = "libloading"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
dependencies = [
 "cfg-if",
 "windows-link",
]

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"

[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"