Cargo Features
[dependencies]
autofloat = { version = "1.0.4", default-features = false, features = ["float_impl", "std", "nalgebra"] }
- float_impl nalgebra? std
-
enables the float impl macros
- default = std
-
The
stdfeature is set by default wheneverautofloatis added withoutsomewhere in the dependency tree.default-features = false - std default = float_impl
-
Enables std of num-traits
- nalgebra = approx, float_impl, simba
-
Enables nalgebra
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.