Cargo Features
specit has no features set by default.
[dependencies]
specit = { version = "0.4.0", features = ["full", "lib-wasm-bindgen"] }
- full = async-std, lib-wasm-bindgen, tokio
- lib-wasm-bindgen full? = js-sys, wasm-bindgen, wasm-bindgen-futures, wasm-bindgen-test
-
Affects
specit::wasm_bindgen_test_it
…
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.
- tokio full?
-
Enables tokio
Optionals
Affects
specit::tokio_it
… - async-std full?
-
Affects
specit::async_std_it
… - wasm-bindgen lib-wasm-bindgen?
- wasm-bindgen-test lib-wasm-bindgen?
- wasm-bindgen-futures lib-wasm-bindgen?
- js-sys lib-wasm-bindgen?