Cargo Features
SeaStreamer has no features set by default.
[dependencies]
sea-streamer = { version = "0.5.0", features = ["json", "kafka", "redis", "stdio", "file", "socket", "runtime", "runtime-async-std", "runtime-tokio"] }
- json
-
Enables json of sea-streamer-types
- kafka = sea-streamer-kafka
-
Enables backend-kafka of optional sea-streamer-socket
- redis = sea-streamer-redis
-
Enables backend-redis of optional sea-streamer-socket
- stdio = sea-streamer-stdio
-
Enables backend-stdio of optional sea-streamer-socket
- file = sea-streamer-file
-
Enables backend-file of optional sea-streamer-socket
- socket = sea-streamer-socket
- runtime = sea-streamer-runtime
- runtime-async-std
-
Enables runtime-async-std of optional sea-streamer-kafka, optional sea-streamer-redis, sea-streamer-runtime, and optional sea-streamer-socket
- runtime-tokio
-
Enables runtime-tokio of optional sea-streamer-kafka, optional sea-streamer-redis, sea-streamer-runtime, and optional sea-streamer-socket
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.