Cargo Features
Viro has no features set by default.
[dependencies]
viro = { version = "1.0.4", features = ["sync", "sync-stdio", "async", "async-stdio"] }
- sync sync-stdio?
- sync-stdio = sync
-
Required by the binary
- async async-stdio? = futures, futures-io, futures-util
- async-stdio = async, async-std
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.