Cargo Features

barley-utils has no features set by default.

[dependencies]
barley-utils = { version = "0.2.0", features = ["full", "reqwest", "time", "fs", "io", "http", "process"] }
full = fs, http, io, process, time
reqwest http?

Enables reqwest ^0.11.17

time full?

Enables time of tokio

Affects barley-utils::time

fs full? = io

Enables fs of tokio

Affects barley-utils::fs

io fs? full?

Enables io-util of tokio

http full? = reqwest

Affects barley-utils::http

process full?

Enables process of tokio

Affects barley-utils::process