Cargo Features

[dependencies]
meos-sys = { version = "0.1.5", default-features = false, features = ["v1_1", "v1_2", "buildtime_bindgen", "bundled_proj"] }
default = v1_2

The v1_2 feature is set by default whenever meos-sys is added without default-features = false somewhere in the dependency tree.

v1_1
v1_2 default
buildtime_bindgen build bundled_proj?

Enables bindgen

bundled_proj = buildtime_bindgen

meos-sys has 5 features without comments.