wasmflow-output 0.10.0

SDK for native and WASM Wasmflow components
Documentation
[package]
name = "wasmflow-output"
version = "0.10.0"
edition = "2021"
license = "Apache-2.0"
description = "SDK for native and WASM Wasmflow components"
documentation = "https://wasmflow.com"
keywords = ["wasm", "wasmflow", "actor", "flow"]
categories = ["wasm"]
exclude = ["tests/*", ".github/*", ".gitignore"]
authors = ["Jarrod Overson <jsoverson@gmail.com>"]
repository = "https://github.com/wasmflow/wasmflow-sdk"
homepage = "https://wasmflow.com"

[badges]
maintenance = { status = "actively-developed" }

[features]


[dependencies]
tokio-stream = { version = "0.1", features = [] }
wasmflow-packet = { path = "../wasmflow-packet", version = "0.10.0-beta.4" }
wasmflow-streams = { path = "../wasmflow-streams", version = "0.10.0-beta.4" }
serde = { version = "1.0", features = ["derive"] }
wasmflow-transport = { path = "../wasmflow-transport", version = "0.10.0-beta.4", features = [
  "async",
] }

[dev-dependencies]