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.

async-std runtime-async-std?
smol runtime-smol?

Enables smol ^1.2.5

smol-potat runtime-smol?
tokio runtime-tokio?
async-compat runtime-tokio?
tokio-stream runtime-tokio?