workflow-core 0.19.0

Utilities and curated re-exports for async rust native and browser development
Documentation
# 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 = "2024"
name = "workflow-core"
version = "0.19.0"
authors = ["WORKFLOW-RS developers"]
build = "build.rs"
exclude = [
    "/.*",
    "/test",
    "/macros",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Utilities and curated re-exports for async rust native and browser development
"""
readme = "README.md"
keywords = [
    "wasm",
    "browser",
    "channel",
]
categories = ["wasm"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/workflow-rs/workflow-rs"
resolver = "2"

[features]
default = ["version"]
test = []
version = []

[lib]
name = "workflow_core"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"
doctest = false

[dependencies.borsh]
version = "1.7"
features = [
    "derive",
    "rc",
]

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.wasm-bindgen]
version = "0.2.100"

[dependencies.web-sys]
version = "0.3.77"
features = [
    "Window",
    "Navigator",
    "Worker",
    "Blob",
    "BlobPropertyBag",
    "Url",
    "MessageEvent",
]

[dependencies.workflow-core-macros]
version = "0.19.0"
default-features = false

[dependencies.workflow-log]
version = "0.19.0"
default-features = false

[build-dependencies.vergen]
version = "8.2.6"
features = [
    "build",
    "git",
    "gitcl",
    "rustc",
    "cargo",
]

[target.'cfg(not(any(target_arch = "bpf", target_arch = "wasm32")))'.dependencies.chrono]
version = "0.4.31"

[target.'cfg(not(any(target_arch = "bpf", target_arch = "wasm32")))'.dependencies.rlimit]
version = "0.10.1"

[target.'cfg(not(any(target_arch = "bpf", target_arch = "wasm32")))'.dependencies.tokio]
version = "1.33.0"
features = [
    "io-util",
    "time",
    "sync",
    "macros",
    "rt",
    "rt-multi-thread",
]
default-features = false

[target.'cfg(not(target_arch = "bpf"))'.dependencies.async-channel]
version = "2.0.0"

[target.'cfg(not(target_arch = "bpf"))'.dependencies.bs58]
version = "0.5.0"

[target.'cfg(not(target_arch = "bpf"))'.dependencies.dirs]
version = "6.0"

[target.'cfg(not(target_arch = "bpf"))'.dependencies.faster-hex]
version = "0.10.0"

[target.'cfg(not(target_arch = "bpf"))'.dependencies.futures]
version = "0.3.31"

[target.'cfg(not(target_arch = "bpf"))'.dependencies.getrandom]
version = "0.4"
features = ["wasm_js"]

[target.'cfg(not(target_arch = "bpf"))'.dependencies.js-sys]
version = "0.3.77"

[target.'cfg(not(target_arch = "bpf"))'.dependencies.rand]
version = "0.10"

[target.'cfg(not(target_arch = "bpf"))'.dependencies.serde]
version = "1.0.190"
features = [
    "derive",
    "rc",
]

[target.'cfg(not(target_arch = "bpf"))'.dependencies.serde-wasm-bindgen]
version = "0.6.1"

[target.'cfg(not(target_arch = "bpf"))'.dependencies.thiserror]
version = "2.0.11"

[target.'cfg(not(target_arch = "bpf"))'.dependencies.triggered]
version = "0.1.2"

[target.'cfg(not(target_arch = "bpf"))'.dependencies.wasm-bindgen]
version = "0.2.100"

[target.'cfg(not(target_arch = "bpf"))'.dependencies.web-time]
version = "1.1.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.77"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4.50"

[lints.clippy]
empty_docs = "allow"