Cargo Features

[dependencies]
chull-adapt = { version = "2.0.1-beta.0", default-features = false, features = ["qhull", "quick_convex_hull"] }
default = quick_convex_hull

The quick_convex_hull feature is set by default whenever chull-adapt is added without default-features = false somewhere in the dependency tree.

qhull

Enables qhull-enhanced

quick_convex_hull default

Enables qchull

chull-adapt has 3 features without comments.