libinfer 0.0.5

Rust interface to TensorRT for high-performance GPU inference
# 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 = "libinfer"
version = "0.0.5"
authors = ["Saronic Technologies"]
build = "build.rs"
exclude = ["test/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust interface to TensorRT for high-performance GPU inference"
documentation = "https://docs.rs/libinfer"
readme = "README.md"
keywords = [
    "tensorrt",
    "inference",
    "machine-learning",
    "gpu",
    "cuda",
]
categories = [
    "api-bindings",
    "science",
]
license = "MIT"
repository = "https://github.com/saronic-technologies/libinfer"

[package.metadata.docs.rs]
features = ["doc-only"]
no-default-features = true

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

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

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

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

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

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

[dependencies.cxx]
version = "1.0.116"

[dev-dependencies.anyhow]
version = "1.0.95"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.base64ct]
version = "=1.7.3"

[dev-dependencies.clap]
version = "4.5.27"
features = ["derive"]

[dev-dependencies.ndarray]
version = "0.15"

[dev-dependencies.ort]
version = "=2.0.0-rc.10"
features = [
    "cuda",
    "tensorrt",
]

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.tracing]
version = "0.1.40"

[dev-dependencies.tracing-subscriber]
version = "0.3.18"
features = ["env-filter"]

[build-dependencies.cmake]
version = "0.1.50"

[build-dependencies.cxx-build]
version = "1.0.116"

[build-dependencies.pkg-config]
version = "0.3.30"