Cargo Features
[dependencies]
ftlog = { version = "0.2.14", default-features = false, features = ["tsc", "random_drop"] }
- default = random_drop
-
The
random_drop
feature is set by default wheneverftlog
is added without
somewhere in the dependency tree.default-features = false - tsc = minstant, once_cell
- random_drop default = fastrand
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.