Cargo Features

data-pile has no features set by default.

[dependencies]
data-pile = { version = "0.6.1", features = ["with-bench"] }
with-bench = criterion, rand, tempfile

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.

rand with-bench?

Enables rand ^0.7.3

tempfile with-bench?
criterion with-bench?

Enables criterion ^0.3.3