Cargo Features
async-vfs-os has no features set by default.
[dependencies]
async-vfs-os = { version = "0.56.0", features = ["runtime-async-std", "runtime-smol", "runtime-tokio"] }
- runtime-async-std = async-std
- runtime-smol = smol, smol-potat
- runtime-tokio = async-compat, 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.