# 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-component" version = "0.10.0" exclude = [ "tests/*", ".github/*", ".gitignore", ] description = "WaPC-related functions for Wasmflow" homepage = "https://wasmflow.com" documentation = "https://wasmflow.com" keywords = [ "wapc", "wasmflow", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/wasmflow/wasmflow-sdk" resolver = "2" [dependencies.cfg-if] version = "1.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.wasmflow-boundary] version = "0.10.0-beta.4" [dependencies.wasmflow-codec] version = "0.10.0-beta.4" [dependencies.wasmflow-packet] version = "0.10.0-beta.4" [dependencies.wasmflow-streams] version = "0.10.0-beta.4" [dependencies.wasmflow-transport] version = "0.10.0-beta.4" [features] default = [] guest = [] v1 = ["wasmflow-boundary/v1"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmflow-invocation] version = "0.10.0-beta.4" [target."cfg(target_arch = \"wasm32\")".dependencies.tokio] version = "1" features = ["sync"] [target."cfg(target_arch = \"wasm32\")".dependencies.yielding-executor] version = "0.10.0" features = [] [badges.maintenance] status = "actively-developed"