Cargo Features

[dependencies]
contrafact = { version = "0.2.0-rc.1", default-features = false, features = ["utils"] }
default = utils

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

utils default = once_cell, rand

Affects contrafact::utils

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.

once_cell utils

Enables once_cell

utils

rand utils

Enables rand ^0.7