Cargo Features
[dependencies]
autofloat = { version = "1.0.3", default-features = false, features = ["float_impl", "std", "nalgebra"] }
- float_impl nalgebra? std
-
enables the float impl macros
- default = std
-
The
std
feature is set by default wheneverautofloat
is added without
somewhere 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.