Cargo Features

[dependencies]
integrator = { version = "0.1.36", default-features = false, features = ["low_precision", "high_precision"] }
default = high_precision

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

low_precision
high_precision default

integrator has 3 features without comments.