Cargo Features

[dependencies]
sophus_sensor = { version = "0.11.0", default-features = false, features = ["std", "simd"] }
default = std

The std feature is set by default whenever sophus_sensor is added without default-features = false somewhere in the dependency tree.

std default

Enables std of sophus_autodiff, sophus_geo, and sophus_image

simd

Enables simd of sophus_autodiff and sophus_image

sophus_sensor has 3 features without comments.