Cargo Features

[dependencies]
smallest-enclosing-ball = { version = "0.1.0", default-features = false, features = ["f32", "f64"] }
default = f32

The f32 feature is set by default whenever smallest-enclosing-ball is added without default-features = false somewhere in the dependency tree.

f32 default

Enables f32 of ball and circle

f64

Enables f64 of ball and circle

smallest-enclosing-ball has 3 features without comments.