Cargo Features

[dependencies]
mech-core = { version = "0.1.0", default-features = false, features = ["no-std", "stdlib", "parallel"] }
default = parallel, stdlib

These default features are set whenever mech-core is added without default-features = false somewhere in the dependency tree.

no-std = rlibc
stdlib default = time

Affects mech-core::function

parallel default = rayon

Affects table::ParCopyVV, table::ParSetVVB, table::ParSetVV, table::ParSetVS, table::ParSetVSB

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.

rlibc no-std?
rayon parallel
time stdlib