Cargo Features
kornia-rs has no features set by default.
[dependencies]
kornia-rs = { version = "0.1.5", features = ["candle", "gstreamer", "jpegturbo"] }
- candle = candle-core
- gstreamer = gst, gst-app, tokio
-
Affects
io::stream
,io::webcam
… - jpegturbo = turbojpeg
-
Affects
functional::read_image_jpeg
,functional::write_image_jpeg
,io::jpeg
…
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 ^0.22.2
optional dependencies
- gst-app gstreamer?
-
Enables gstreamer-app ^0.22.0
- tokio gstreamer?
- turbojpeg jpegturbo?
- 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.