Cargo Features

[dependencies]
omap = { version = "0.2.3", default-features = false, features = ["geo_ref", "merge_lines"] }
default = geo_ref

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

geo_ref default

Enables chrono, proj4rs, and world_magnetic_model

merge_lines

Enables kiddo

Omap has 3 features without comments.