Cargo Features

ppar has no features set by default.

[dependencies]
ppar = { version = "0.3.1", features = ["perf"] }
perf = im, im-rc, rand, structopt

Required by the perf binary

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.

structopt perf?

Enables structopt

required only for src/bin/perf binary, not required for building the ppar library.

rand perf?

Enables rand ^0.7.3

im perf?
im-rc perf?