Cargo Features
[dependencies]
euc = { version = "0.5.3", default-features = false, features = ["std", "libm"] }
- default = std
-
The
std
feature is set by default whenevereuc
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of vek ^0.14.1
- libm = num-traits
-
Enables libm of vek ^0.14.1
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.