Cargo Features
vino-provider has no features set by default.
[dependencies]
vino-provider = { version = "0.9.0", features = ["wasm", "signatures", "native", "host"] }
- wasm = vino-types
-
Enables wasm of vino-transport, guest of vino-wapc
Affects
vino-provider::wasm
… - signatures
- native = async-trait, dyn-clone, thiserror, tokio, tokio-stream, tracing, vino-types
-
Enables all of vino-transport
Affects
vino-provider::native
,vino-provider::raw
… - host = vino-wapc
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-wapc host? wasm?
- vino-transport native? wasm?
- vino-types native? wasm?
-
Enables vino-types
For native providers
- async-trait native?
- thiserror native?
-
Enables thiserror ^1.0
- tokio native?
- tokio-stream native?
- tracing native?
- dyn-clone native?