Cargo Features

[dependencies]
stak-repl = { version = "0.2.6", default-features = false, features = ["float"] }
default = float

The float feature is set by default whenever stak-repl is added without default-features = false somewhere in the dependency tree.

float default

Enables float of stak-sac

stak-repl has 2 features without comments.