Cargo Features

[dependencies]
rspack_fs_node = { version = "0.1.0", default-features = false, features = ["async"] }
default = async

The async feature is set by default whenever rspack_fs_node is added without default-features = false somewhere in the dependency tree.

async default

Enables async of rspack_fs

rspack_fs_node has 2 features without comments.