Cargo Features

[dependencies]
euc = { version = "0.5.3", default-features = false, features = ["std", "libm"] }
default = std

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

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.

num-traits libm?