Cargo Features
[dependencies]
page-turner = { version = "1.0.0", default-features = false, features = ["local", "mt", "mutable", "dynamic"] }
- default = mt
-
The
mt
feature is set by default wheneverpage-turner
is added without
somewhere in the dependency tree.default-features = false - local mutable?
-
Affects
page-turner::local
… - mt default dynamic?
-
Affects
page-turner::mt
,page-turner::prelude
… - mutable = local
-
Affects
local::mutable
… - dynamic = async-trait, mt
-
Affects
mt::dynamic
…
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.