Cargo Features

FLV has no features set by default.

[dependencies]
flv = { version = "0.0.1", features = ["full", "io-std", "io-tokio", "read-index"] }
full = io-std, io-tokio, read-index
io-std full?
io-tokio full? = tokio
read-index full? = lru

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 io-tokio?

Enables tokio ^0.2

lru read-index?

Enables lru ^0.6