Cargo Features

[dependencies]
ufmt_float = { version = "0.2.0", default-features = false, features = ["std", "maths"] }
default = maths

The maths feature is set by default whenever ufmt_float is added without default-features = false somewhere in the dependency tree.

std

Enables std of ufmt

ufmt:

NOTE do NOT turn std into a default feature; this is a no-std first crate

maths default = micromath

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

micromath maths