trtx 0.1.0

Safe Rust bindings to NVIDIA TensorRT-RTX (EXPERIMENTAL - NOT FOR PRODUCTION)
[dependencies.thiserror]
version = "2.0"

[dependencies.trtx-sys]
default-features = false
version = "0.1.0"

[dev-dependencies]

[[example]]
name = "basic_workflow"
path = "examples/basic_workflow.rs"

[[example]]
name = "rustnn_executor"
path = "examples/rustnn_executor.rs"

[features]
default = []
mock = ["trtx-sys/mock"]

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

[package]
authors = ["Tarek Ziade"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "science"]
description = "Safe Rust bindings to NVIDIA TensorRT-RTX (EXPERIMENTAL - NOT FOR PRODUCTION)"
edition = "2021"
keywords = ["tensorrt", "inference", "deep-learning", "nvidia", "gpu"]
license = "MIT OR Apache-2.0"
name = "trtx"
readme = "README.md"
repository = "https://github.com/tarekziade/trtx-rs"
version = "0.1.0"