Cargo Features

[dependencies]
uniform-cubic-splines = { version = "0.1.10", default-features = false, features = ["monotonic_check"] }
default = monotonic_check

The monotonic_check feature is set by default whenever uniform-cubic-splines is added without default-features = false somewhere in the dependency tree.

monotonic_check default

uniform-cubic-splines has 2 features without comments.