Cargo Features
[dependencies]
quork = { version = "0.7.2", default-features = false, features = ["std", "all", "macros", "network", "root", "traits", "lock_api", "spin"] }
- default = all
-
The
all
feature is set by default wheneverquork
is added without
somewhere in the dependency tree.default-features = false - std all root?
- all default = macros, network, root, std, traits
- macros all = quork-proc
-
Affects
quork::macros
… - network all
-
Affects
quork::network
,win::network
… - root all = std
-
Affects
win::root
… - traits all
-
Affects
quork::traits
…
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.