Cargo Features

mop-common-deps has no features set by default.

[dependencies]
mop-common-deps = { version = "0.0.10", features = ["std", "serde1", "wasm-bindgen1", "quickcheck", "rayon"] }
std

Enables std of num-traits, rand ^0.6.1, serde, and wasm-bindgen

rand:

Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.

serde1 = serde
wasm-bindgen1 = wasm-bindgen

Enables wasm-bindgen of rand ^0.6.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 std?
quickcheck implicit feature

Enables quickcheck ^0.7.0

quickcheck:

Automatic property based testing with shrinking

rand std? wasm-bindgen1?

Enables rand ^0.6.1

rayon implicit feature

Enables rayon

rayon:

Simple work-stealing parallelism for Rust

serde serde1? std?
wasm-bindgen wasm32-unknown-unknown std? wasm-bindgen1?