Cargo Features

[dependencies]
robost-vision = { version = "0.1.1", default-features = false, features = ["template-match", "async", "ocr", "ml"] }
default = template-match

The template-match feature is set by default whenever robost-vision is added without default-features = false somewhere in the dependency tree.

template-match default
async

Enables tokio

Affects robost-vision::async_util

ocr

Enables leptess

Affects robost-vision::ocr

ml

Enables ort

Affects robost-vision::ml