[dependencies.async-trait]
version = "0.1"
[dependencies.ironflow-macros]
version = "0.1.0"
[dependencies.nonempty]
features = ["std", "serialize"]
version = "0.12.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sqlx]
features = ["runtime-tokio", "tls-rustls-aws-lc-rs", "postgres", "derive", "macros", "migrate", "uuid", "time", "json"]
optional = true
version = "0.8"
[dependencies.thiserror]
version = "2.0"
[dependencies.time]
features = ["serde", "serde-human-readable", "macros", "formatting", "parsing"]
version = "=0.3.44"
[dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread", "signal", "sync", "time"]
version = "1"
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
features = ["v4", "v7", "serde"]
version = "1"
[dev-dependencies.anyhow]
version = "1.0"
[dev-dependencies.dotenvy]
version = "0.15"
[dev-dependencies.reqwest]
default-features = false
features = ["json", "rustls", "cookies", "form", "query"]
version = "0.13"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dev-dependencies.url]
version = "2.5"
[features]
default = ["postgres"]
postgres = ["dep:sqlx"]
[lib]
name = "ironflow"
path = "src/lib.rs"
[package]
authors = ["Nikita Moshenskiy <nikita@moshensky>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Event-sourced workflow engine for durable, long-running processes"
documentation = "https://docs.rs/ironflow"
edition = "2024"
homepage = "https://github.com/sparkmill/ironflow"
include = ["Cargo.toml", "README.md", "LICENSE", "src/**", "migrations/**", "examples/**", "tests/**", ".sqlx/**"]
keywords = ["workflow", "event-sourcing", "postgres", "sqlx", "async"]
license = "MIT"
name = "ironflow"
readme = "README.md"
repository = "https://github.com/sparkmill/ironflow"
resolver = "2"
rust-version = "1.89"
version = "0.1.2"
[package.metadata.docs.rs]
features = ["postgres"]
[[test]]
name = "postgres"
path = "tests/postgres/main.rs"