[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0.108"
[package]
authors = ["Ezeabasili Anthony <ezeabasilianthony@gmail.com>"]
autotests = false
categories = ["state-machine", "tasks-orchestration", "step-function"]
description = """
An implementation of a state machine for tasks orchestration and chaining
using a linked list to guarantee coherence and flexibility when a different
procedure is desired
"""
documentation = "https://docs.rs/sfn-machine/latest/sfn_machine"
edition = "2021"
exclude = ["/.github/*"]
homepage = "https://github.com/Basillica/state-machine"
license = "MIT OR Apache-2.0"
name = "sfn-machine"
readme = "README.md"
repository = "https://github.com/Basillica/state-machine"
rust-version = "1.74"
version = "0.1.3"
[profile.bench]
debug = 2
[profile.release]
debug = 2
[profile.test]
debug = 2
opt-level = 3
[[test]]
name = "integration"
path = "tests/lib.rs"