Cargo Features

wasm-webidl-bindings has no features set by default.

[dependencies]
wasm-webidl-bindings = { version = "0.8.0", features = ["text", "quickchecking"] }
text = wasm-webidl-bindings-text-parser

Affects wasm-webidl-bindings::text

quickchecking = quickcheck, rand

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.

wasm-webidl-bindings-text-parser text?
quickcheck quickchecking?

Enables quickcheck ^0.8.5

rand quickchecking?

Enables rand ^0.6.5