bpm-engine 0.1.0

Lightweight embeddable BPM runtime for long-running, stateful workflows with tokens, timers, Saga compensation, and crash recovery
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "bpm-engine"
version = "0.1.0"
edition = "2021"
description = "Lightweight embeddable BPM runtime for long-running, stateful workflows with tokens, timers, Saga compensation, and crash recovery"
readme = "README.md"
license = "MIT"
repository = "https://github.com/fanjia1024/bpm-engine"
homepage = "https://github.com/fanjia1024/bpm-engine"
documentation = "https://docs.rs/bpm-engine"
keywords = ["bpm", "workflow", "engine", "process","orchestration"]
categories = ["algorithms", "concurrency", "data-structures"]

[dependencies]
uuid = { version = "1.4", features = ["v4"] }
rusqlite = { version = "0.31", features = ["bundled"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"