Cargo Features

vfs has no features set by default.

[dependencies]
vfs = { version = "0.12.0", features = ["embedded-fs", "async-vfs", "export-test-macros"] }
embedded-fs = rust-embed

Affects impls::embedded

async-vfs = async-recursion, async-std, async-trait, futures, tokio

Affects vfs::async_vfs

export-test-macros = camino

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.

rust-embed embedded-fs?

Enables rust-embed 8.0.*

async-std async-vfs?
async-trait async-vfs?
tokio async-vfs?
futures async-vfs?
async-recursion async-vfs?
camino export-test-macros?