Cargo Features
v-common has no features set by default.
[dependencies]
v-common = { version = "0.13.2", features = ["tokio_0_2", "tokio_1", "tt_2", "tt_3", "awc_2", "awc_3"] }
- tokio_0_2 = tokio_dep_0_2
-
Affects
runtime_wrapper::tokio_0_2
… - tokio_1 = tokio_dep_1
-
Affects
runtime_wrapper::tokio_1
… - tt_2 = rusty_tarantool_2
- tt_3 = rusty_tarantool_3
- awc_2 = awc_old
- awc_3 = awc_new
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.
- tokio_dep_0_2 tokio_0_2?
-
Enables tokio ^0.2
- tokio_dep_1 tokio_1?
-
Enables tokio
- rusty_tarantool_2 tt_2?
-
Enables rusty_tarantool =0.2.10
Conditional dependencies with aliases
- rusty_tarantool_3 tt_3?
-
Enables rusty_tarantool
- awc_old awc_2?
-
Enables awc ^2.0.3
- awc_new awc_3?
-
Enables awc