Cargo Features
[dependencies]
depit = { version = "0.2.2", default-features = false, features = ["sync"] }
- default = sync
-
The
sync
feature is set by default wheneverdepit
is added without
somewhere in the dependency tree.default-features = false - sync default
-
Enables rt-multi-thread of tokio
Depit has 2 features without comments.