Cargo Features

[dependencies]
mech-core = { version = "0.2.18", default-features = false, features = ["no-std", "stdlib", "parallel", "wasm"] }
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 function::math_update, function::stats, function::set

parallel default = rayon

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

wasm = wasm-bindgen, web-sys

Affects capabilities::generate_uuid, capabilities::generate_keypair

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
wasm-bindgen wasm?
web-sys wasm?