Cargo Features

sea-streamer-runtime has no features set by default.

[dependencies]
sea-streamer-runtime = { version = "0.5.0", features = ["runtime-async-std", "runtime-tokio", "file"] }
runtime-async-std = async-std
runtime-tokio = tokio
file

Enables fs and io-util of optional tokio

Affects sea-streamer-runtime::file…

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.

async-std runtime-async-std?
tokio runtime-tokio?