trtx-sys 0.3.0

Raw FFI bindings to NVIDIA TensorRT-RTX (EXPERIMENTAL - NOT FOR PRODUCTION)
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 = "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"