# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "wasmflow-invocation" version = "0.10.0" authors = ["Jarrod Overson "] exclude = [ "tests/*", ".github/*", ".gitignore", ] description = "SDK for native and WASM Wasmflow components" homepage = "https://wasmflow.com" documentation = "https://wasmflow.com" keywords = [ "wasm", "wasmflow", "actor", "flow", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/wasmflow/wasmflow-sdk" resolver = "2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.1" features = [ "v4", "serde", ] [dependencies.wasmflow-entity] version = "0.10.0-beta.4" [dependencies.wasmflow-packet] version = "0.10.0-beta.4" features = ["all"] [dependencies.wasmflow-transport] version = "0.10.0-beta.4" [dev-dependencies] [features] [badges.maintenance] status = "actively-developed"