baracuda-tensorrt 0.0.1-alpha.60

Safe Rust API for NVIDIA TensorRT runtime inference.
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"
rust-version = "1.85"
name = "baracuda-tensorrt"
version = "0.0.1-alpha.60"
authors = ["The baracuda contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust API for NVIDIA TensorRT runtime inference."
homepage = "https://github.com/ciresnave/baracuda"
readme = "README.md"
keywords = [
    "cuda",
    "gpu",
    "nvidia",
    "driver",
    "runtime",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ciresnave/baracuda"

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

[dependencies.baracuda-core]
version = "0.0.1-alpha.60"

[dependencies.baracuda-cuda-sys]
version = "0.0.1-alpha.60"

[dependencies.baracuda-tensorrt-sys]
version = "0.0.1-alpha.60"

[dependencies.baracuda-types]
version = "0.0.1-alpha.60"

[dependencies.thiserror]
version = "1"