ort 1.16.3

A Rust wrapper for ONNX Runtime 1.16 - Optimize and Accelerate Machine Learning Inferencing
Documentation
[build-dependencies.ureq]
default-features = false
features = ["tls"]
optional = true
version = "2.1"

[build-dependencies.zip]
default-features = false
features = ["deflate"]
optional = true
version = "0.6"
[dependencies.half]
optional = true
version = "2.1"

[dependencies.lazy_static]
version = "1.4"

[dependencies.libloading]
optional = true
version = "0.7"

[dependencies.ndarray]
version = "0.15"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
default-features = false
features = ["tls"]
optional = true
version = "2.1"
[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.image]
version = "0.24"

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

[dev-dependencies.test-log]
default-features = false
features = ["trace"]
version = "0.2"

[dev-dependencies.tokenizers]
default-features = false
features = ["onig"]
version = ">=0.13.4"

[dev-dependencies.tracing-subscriber]
default-features = false
features = ["env-filter", "fmt"]
version = "0.3"

[dev-dependencies.ureq]
version = "2.1"

[features]
acl = []
armnn = []
cann = []
compile-static = []
copy-dylibs = []
coreml = []
cuda = []
default = ["half", "download-binaries", "copy-dylibs"]
directml = []
download-binaries = ["ureq", "zip"]
experimental = []
fetch-models = ["ureq"]
load-dynamic = ["libloading"]
migraphx = []
mimalloc = []
minimal-build = []
nnapi = []
onednn = []
openvino = []
profiling = ["widestring"]
qnn = []
rknpu = []
rocm = []
tensorrt = []
tvm = []
vitis = []
xnnpack = []

[package]
authors = ["pyke.io <contact@pyke.io>", "Nicolas Bigaouette <nbigaouette@gmail.com>"]
categories = ["algorithms", "mathematics", "science"]
description = "A Rust wrapper for ONNX Runtime 1.16 - Optimize and Accelerate Machine Learning Inferencing"
edition = "2021"
include = ["src/", "examples/", "tests/", "toolchains/", "build.rs", "LICENSE", "README.md"]
keywords = ["machine-learning", "ai", "ml"]
license = "MIT/Apache-2.0"
name = "ort"
readme = "README.md"
repository = "https://github.com/pykeio/ort"
rust-version = "1.70"
version = "1.16.3"
[package.metadata.docs.rs]
features = ["half", "fetch-models", "copy-dylibs"]
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
strip = true
[target."cfg(not(target_os = \"windows\"))".build-dependencies.flate2]
version = "1.0"

[target."cfg(not(target_os = \"windows\"))".build-dependencies.tar]
version = "0.4"
[target."cfg(target_os = \"windows\")".build-dependencies.vswhom]
version = "0.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.widestring]
optional = true
version = "1.0"

[target."cfg(windows)".dependencies.winapi]
features = ["std", "libloaderapi"]
version = "0.3"