workflow-utils 0.19.0

Miscellaneous utilities for the workflow-rs ecosystem.
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-utils"
version = "0.19.0"
authors = ["WORKFLOW-RS developers"]
build = false
exclude = [
    "/.*",
    "/test",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Miscellaneous utilities for the workflow-rs ecosystem.
"""
readme = false
keywords = ["utils"]
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/workflow-rs/workflow-rs"
resolver = "2"

[lib]
name = "workflow_utils"
path = "src/lib.rs"

[dependencies.ahash]
version = "0.8.6"

[dependencies.cliclack]
version = "0.5"

[dependencies.separator]
version = "0.4.1"

[dependencies.serde]
version = "1.0.190"
features = [
    "derive",
    "rc",
]

[dependencies.thiserror]
version = "2.0.11"

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

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "blocking",
]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.reqwest]
version = "0.13"
features = ["json"]
default-features = false