version = 4
[[package]]
name = "baracuda-build"
version = "0.0.1-alpha.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a7a509c7ab8f40434f58e25013170c30c36e2b1014588a5c0df1701f49c09d1"
[[package]]
name = "baracuda-core"
version = "0.0.1-alpha.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1184222c0bbfe1bb6692a1d5a2f29e7eed01bfc93ca707b34d63da9167679dd1"
dependencies = [
"baracuda-types",
"libloading",
"thiserror",
]
[[package]]
name = "baracuda-cuda-sys"
version = "0.0.1-alpha.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94c022a01771e56259408249ec27da5b482d3a682d908c90d5d1b6f50b2e9c51"
dependencies = [
"baracuda-build",
"baracuda-core",
"baracuda-types",
"libloading",
]
[[package]]
name = "baracuda-cudnn"
version = "0.0.1-alpha.67"
dependencies = [
"baracuda-core",
"baracuda-cuda-sys",
"baracuda-cudnn-sys",
"baracuda-driver",
"baracuda-types",
"half",
"thiserror",
]
[[package]]
name = "baracuda-cudnn-sys"
version = "0.0.1-alpha.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b13ad5c54389436598dc7ee5bab848251b6b37f761257112e7508866219b53a9"
dependencies = [
"baracuda-build",
"baracuda-core",
"baracuda-cuda-sys",
"baracuda-types",
"libloading",
]
[[package]]
name = "baracuda-driver"
version = "0.0.1-alpha.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35b50281a589f3877f132e883e256914ced977c69caeabaedc0a5623f9d68d50"
dependencies = [
"baracuda-core",
"baracuda-cuda-sys",
"baracuda-types",
"thiserror",
]
[[package]]
name = "baracuda-types"
version = "0.0.1-alpha.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "470b24068be06797f3de8a734ac6c1c241a77f47a8b894e074d53e26b3c4c6df"
dependencies = [
"half",
]
[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "crunchy"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
[[package]]
name = "half"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
dependencies = [
"cfg-if",
"crunchy",
"zerocopy",
]
[[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"
[[package]]
name = "zerocopy"
version = "0.8.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.8.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
dependencies = [
"proc-macro2",
"quote",
"syn",
]