[package]
edition = "2021"
rust-version = "1.75"
name = "baracuda-core"
version = "0.0.1-alpha.2"
authors = ["The baracuda contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime machinery shared across baracuda crates: Error plumbing, dynamic loader, stream-mode config, platform helpers."
homepage = "https://github.com/ciresnave/baracuda"
readme = false
keywords = [
"cuda",
"gpu",
"nvidia",
"driver",
"runtime",
]
categories = [
"api-bindings",
"external-ffi-bindings",
"hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ciresnave/baracuda"
[lib]
name = "baracuda_core"
path = "src/lib.rs"
[[test]]
name = "error_plumbing"
path = "tests/error_plumbing.rs"
[dependencies.baracuda-types]
version = "0.0.1-alpha.2"
[dependencies.libloading]
version = "0.8"
[dependencies.thiserror]
version = "1"