Cargo Features

SeaStreamerFile has no features set by default.

[dependencies]
sea-streamer-file = { version = "0.5.1", features = ["executables", "runtime-async-std", "runtime-tokio", "test"] }
executables = anyhow, clap, env_logger, serde, serde_json

Enables runtime-tokio of sea-streamer-runtime, serde of sea-streamer-types, full of tokio

Required by clock, sink, ss-decode and tail binaries

runtime-async-std = async-std

Enables runtime-async-std of sea-streamer-runtime

runtime-tokio = tokio

Enables runtime-tokio of sea-streamer-runtime

test = anyhow, env_logger

Enables attributes of optional async-std and full of optional tokio

tokio:

enable everything

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.

anyhow executables? test?
async-std runtime-async-std?
env_logger executables? test?

Enables env_logger ^0.9

serde executables?

Affects format::serialize_timestamp…

serde_json executables?

Affects format::MessageJson…

clap executables?
tokio executables? runtime-tokio?