Cargo Features

AutoPool has no features set by default.

[dependencies]
autopool = { version = "0.1.2", features = ["tuning"] }
tuning = chrono, fern, tempfile

Affects autopool::tuning

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.

fern tuning?

Enables fern ^0.6.0

Used for log output with the tuning flag

chrono tuning?
tempfile tuning?