Cargo Features

cap-async-std has no features set by default.

[dependencies]
cap-async-std = { version = "0.26.1", features = ["fs_utf8", "arf_strings", "tokio1"] }
fs_utf8 arf_strings? = camino

Affects cap-async-std::fs_utf8

arf_strings = arf-strings, fs_utf8
tokio1

Enables tokio1 of async-std

Enable "unstable" for spawn_blocking.

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?

Enables arf-strings ^0.6.7

camino fs_utf8?