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