Cargo Features

vino-transport has no features set by default.

[dependencies]
vino-transport = { version = "0.9.0", features = ["all", "wasm", "invocation", "async", "json", "raw"] }
all = async, invocation, json, raw
wasm
invocation all? = uuid, vino-entity

Affects vino-transport::invocation

async all? = tokio, tokio-stream
json all? = serde_json
raw all? = serde-value

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.

vino-entity invocation?
uuid invocation?

Enables uuid ^0.8

invocation

serde-value raw?

Enables serde-value

raw

serde_json json?

Enables serde_json

json

tokio-stream async?

Enables tokio-stream

stream

tokio async?

Enables tokio

async