[package] name = "wasmflow-packet" version = "0.10.0" authors = ["Jarrod Overson "] edition = "2021" license = "Apache-2.0" repository = "https://github.com/wasmflow/wasmflow-sdk" description = "Rust library encapsulating the message packets sent across Wasmflow components." documentation = "https://wasmflow.com" keywords = ["wasmflow", "actor", "flow"] categories = [] exclude = ["tests/*", ".github/*", ".gitignore"] homepage = "https://wasmflow.com" [features] default = [] all = ["v0"] v0 = [] [dependencies] wasmflow-codec = { path = "../wasmflow-codec", version = "0.10.0-beta.4" } serde = { version = "1.0", features = ["derive"] } serde-value = "0.7" [dev-dependencies] env_logger = "0.9" test-log = "0.2" anyhow = "1.0" tracing = "0.1"