Cargo Features

[dependencies]
ftlog2 = { version = "0.3.1", default-features = false, features = ["tsc", "random_drop"] }
default = random_drop

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

tsc

Enables minstant and once_cell

random_drop default

Enables fastrand

ftlog2 has 3 features without comments.