Cargo Features

[dependencies]
rec_rsys = { version = "1.0.0", default-features = false, features = ["full", "async", "benchmarks"] }
default = benchmarks

The benchmarks feature is set by default whenever rec_rsys is added without default-features = false somewhere in the dependency tree.

full
async
benchmarks default = criterion, pprof

Affects benchmarks::config

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.

pprof not win benchmarks

Enables pprof ^0.11.0

criterion benchmarks

Enables criterion ^0.4