# 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 = "workflow-task" version = "0.18.0" authors = ["WORKFLOW-RS developers"] build = false exclude = [ "/.*", "/test", "/macros", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ """ readme = "README.md" keywords = [ "wasm", "browser", "channel", ] categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/workflow-rs/workflow-rs" [lib] name = "workflow_task" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" doctest = false [dependencies.workflow-core] version = "0.18.0" default-features = false [dependencies.workflow-task-macros] version = "0.18.0" default-features = false [target.'cfg(not(target_arch = "bpf"))'.dependencies.futures] version = "0.3.29" [target.'cfg(not(target_arch = "bpf"))'.dependencies.thiserror] version = "1.0.50" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.tokio] version = "1.33.0" features = [ "io-util", "time", "sync", "macros", "rt", "rt-multi-thread", ] default-features = false