Cargo Features

TIBRV has no features set by default.

[dependencies]
tibrv = { version = "0.6.0", features = ["tibrv_8_2", "tibrv_8_3", "tibrv_8_4", "async"] }
tibrv_8_2 tibrv_8_3?

Enables tibrv_8_2 of tibrv-sys

tibrv_8_3 tibrv_8_4? = tibrv_8_2

Enables tibrv_8_3 of tibrv-sys

tibrv_8_4 = tibrv_8_3

Enables tibrv_8_4 of tibrv-sys

async = futures, mio, tokio

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 async?

Enables tokio ^0.1.3

mio async?

Enables mio ^0.6.14

futures async?

Enables futures ^0.1.18