ironflow-engine 2.5.0

Workflow orchestration engine for ironflow with FSM-based run lifecycle
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"
rust-version = "1.94"
name = "ironflow-engine"
version = "2.5.0"
authors = ["Thomas Tartrau"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Workflow orchestration engine for ironflow with FSM-based run lifecycle"
readme = false
keywords = [
    "workflow",
    "engine",
    "orchestration",
    "fsm",
]
categories = [
    "asynchronous",
    "development-tools",
]
license = "MIT"
repository = "https://gitlab.com/ThomasTartrau/ironflow"
resolver = "2"

[features]
default = []
prometheus = [
    "metrics",
    "ironflow-core/prometheus",
]

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

[[test]]
name = "dag_execution"
path = "tests/dag_execution.rs"

[[test]]
name = "prometheus_metrics"
path = "tests/prometheus_metrics.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.ironflow-core]
version = "2.2.0"

[dependencies.ironflow-store]
version = "2.3.0"

[dependencies.metrics]
version = "0.24"
optional = true

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.rust_decimal]
version = "1"
features = ["serde-float"]

[dependencies.schemars]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["time"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v7",
    "serde",
]

[dev-dependencies.axum]
version = "0.8"
features = ["json"]

[dev-dependencies.metrics]
version = "0.24"

[dev-dependencies.metrics-exporter-prometheus]
version = "0.18"
default-features = false

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = ["full"]