Cargo Features

[dependencies]
usls = { version = "0.1.0-beta.1", default-features = false, features = ["ort-download-binaries", "ort-load-dynamic", "cuda", "trt", "mps", "video"] }
default = ort-download-binaries

The ort-download-binaries feature is set by default whenever usls is added without default-features = false somewhere in the dependency tree.

ort-download-binaries default = ort

Enables download-binaries of ort

Affects usls::models

ort-load-dynamic = ort

Enables load-dynamic of ort

Affects usls::models

cuda

Enables cuda of ort

trt

Enables tensorrt of ort

mps

Enables coreml of ort

video

Enables video-rs

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ort cuda? mps? ort-download-binaries ort-load-dynamic? trt?