wasmflow-invocation 0.10.0

SDK for native and WASM Wasmflow components
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.1"

[dependencies.wasmflow-entity]
version = "0.10.0-beta.4"

[dependencies.wasmflow-packet]
features = ["all"]
version = "0.10.0-beta.4"

[dependencies.wasmflow-transport]
version = "0.10.0-beta.4"

[dev-dependencies]

[features]

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