Cargo Features
wasmflow-transport has no features set by default.
[dependencies]
wasmflow-transport = { version = "0.10.0", features = ["all", "async"] }
- all = async
- async all? = parking_lot, tokio, tokio-stream
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 async?
-
Enables tokio
async
- tokio-stream async?
- parking_lot async?