[dependencies.workflow-core]
version = "0.10.3"
[dependencies.workflow-task-macros]
version = "0.10.3"
[lib]
crate-type = ["cdylib", "lib"]
doctest = false
[package]
authors = ["Anton Yemelyanov <anton.yemelyanov@gmail.com>", "Surinder Singh Matoo Mattaur <surinder83singh@gmail.com>"]
categories = ["wasm"]
description = "\n"
edition = "2021"
exclude = ["/.*", "/test", "/macros"]
keywords = ["wasm", "browser", "channel"]
license = "MIT OR Apache-2.0"
name = "workflow-task"
readme = "README.md"
repository = "https://github.com/workflow-rs/workflow-rs"
version = "0.10.3"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio]
default-features = false
features = ["io-util", "time", "sync", "macros", "rt", "rt-multi-thread"]
version = "1.33.0"
[target."cfg(not(target_os = \"solana\"))".dependencies.futures]
version = "0.3.29"
[target."cfg(not(target_os = \"solana\"))".dependencies.thiserror]
version = "1.0.50"