Cargo Features

kornia-rs has no features set by default.

[dependencies]
kornia-rs = { version = "0.1.3", features = ["candle", "gstreamer"] }
candle = candle-core
gstreamer = gst, gst-app, tokio

Affects io::webcam

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.

gst gstreamer?

Enables gstreamer

gst-app gstreamer?

Enables gstreamer-app

tokio gstreamer?
candle-core candle?

Enables candle-core ^0.3.2

this is experimental and only used for benchmarking, so it's optional consider removing it in the future.