Cargo Features
[dependencies]
sophus_image = { version = "0.11.0", default-features = false, features = ["std", "simd"] }
- default = std
-
The
std
feature is set by default wheneversophus_image
is added without
somewhere in the dependency tree.default-features = false - std default = png, tiff
-
Enables std of sophus_autodiff and sophus_tensor
Affects
intensity_image::intensity_image_view
,io::png
,io::tiff
… - simd
-
Enables simd of sophus_tensor
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.