Cargo Features
[dependencies]
mop-bindings = { version = "0.0.8", default-features = false, features = ["wasm"] }
- default = wasm
-
The
wasm
feature is set by default whenevermop-bindings
is added without
somewhere in the dependency tree.default-features = false - wasm default = js-sys, wasm-bindgen
-
Enables std of mop ^0.0.8, rand, std and wasm-bindgen1 of mop-common-deps ^0.0.8, rand and std of mop-structs ^0.0.8
Affects
mop-bindings::wasm
…
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.