Cargo Features

[dependencies]
stak-profile = { version = "0.3.0", default-features = false, features = ["float"] }
default = float

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

float default

Enables float of stak-vm

stak-profile has 2 features without comments.