# 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-boundary" 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"] [dev-dependencies] [features] v1 = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmflow-invocation] version = "0.10.0-beta.4" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmflow-packet] version = "0.10.0-beta.4" [target."cfg(target_arch = \"wasm32\")".dependencies.wasmflow-codec] version = "0.10.0-beta.4" [badges.maintenance] status = "actively-developed"