Cargo Features

Coutils has no features set by default.

[dependencies]
coutils = { version = "2.0.0", features = ["time", "filesystem", "networking"] }
time = chrono

Affects modules::time

filesystem networking? = fs_extra

Affects modules::dir_utils, modules::file_utils

networking = filesystem, git2

Affects modules::networking

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.

git2 networking?
chrono time?
fs_extra filesystem?