Cargo Features

barley-std has no features set by default.

[dependencies]
barley-std = { version = "0.4.0", features = ["time", "fs", "process"] }
time

Enables time of tokio

Affects barley-std::time

fs

Enables fs and io-util of tokio

Affects barley-std::fs

process

Enables process of tokio

Affects barley-std::process