[package]
edition = "2021"
name = "trtx-sys"
version = "0.3.0"
authors = [
"Tarek Ziade",
"Markus Tavenrath",
"Stephan Seitz",
]
build = "build.rs"
links = "tensorrt-rtx"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to NVIDIA TensorRT-RTX (EXPERIMENTAL - NOT FOR PRODUCTION)"
readme = "README.md"
keywords = [
"tensorrt",
"inference",
"nvidia",
"ffi",
]
categories = ["external-ffi-bindings"]
license = "Apache-2.0"
repository = "https://github.com/rustnn/trtx-rs"
[features]
default = ["v_1_3"]
link_tensorrt_onnxparser = ["onnxparser"]
link_tensorrt_rtx = []
mock = []
onnxparser = []
v_1_3 = []
[lib]
name = "trtx_sys"
path = "src/lib.rs"
[[test]]
name = "autocxx_methods_test"
path = "tests/autocxx_methods_test.rs"
[[test]]
name = "method_call_test"
path = "tests/method_call_test.rs"
[[test]]
name = "simple_method_test"
path = "tests/simple_method_test.rs"
[dependencies.autocxx]
version = "0.27"
[dependencies.cxx]
version = "1.0"
[build-dependencies.autocxx-build]
version = "0.27"
[build-dependencies.cc]
version = "1.0"