Cargo Features
locutus-stdlib has no features set by default.
[dependencies]
locutus-stdlib = { version = "0.0.3", features = ["archive", "net", "trace", "testing"] }
- archive = xz2
- net = serde-wasm-bindgen, tokio, tokio-tungstenite, wasm-bindgen, web-sys
-
Affects
locutus-stdlib::api
… - trace
- testing = arbitrary
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.
- xz2 archive?
-
Affects
locutus-stdlib::web
… - serde-wasm-bindgen wasm32 unknown unknown net?
-
Enables serde-wasm-bindgen ^0.4
- tokio unix net?
- tokio-tungstenite unix net?
-
Enables tokio-tungstenite ^0.18
- wasm-bindgen wasm32 unknown unknown net?
- web-sys wasm32 unknown unknown net?
- arbitrary testing?