Cargo Features

[dependencies]
cap-fs-ext = { version = "3.0.0", default-features = false, features = ["std", "fs_utf8", "arf_strings"] }
default = std

The std feature is set by default whenever cap-fs-ext is added without default-features = false somewhere in the dependency tree.

std default = cap-std

Affects dir_ext::DirExtUtf8

fs_utf8 arf_strings? = camino

Enables fs_utf8 of cap-std

Affects dir_ext::AsyncDirExtUtf8, dir_ext::DirExtUtf8

arf_strings = arf-strings, fs_utf8

Enables arf_strings of cap-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.

arf-strings arf_strings?
cap-std arf_strings? fs_utf8? std
camino fs_utf8?