Cargo Features

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

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

std default

Enables std of sophus_autodiff, sophus_image, sophus_lie, sophus_opt, sophus_renderer, and sophus_sensor

sophus_sim has 2 features without comments.