# 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 = "2021" rust-version = "1.74" name = "sfn-machine" version = "0.1.3" authors = ["Ezeabasili Anthony "] exclude = ["/.github/*"] autotests = false 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 """ homepage = "https://github.com/Basillica/state-machine" documentation = "https://docs.rs/sfn-machine/latest/sfn_machine" readme = "README.md" categories = [ "state-machine", "tasks-orchestration", "step-function", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Basillica/state-machine" [profile.bench] debug = 2 [profile.release] debug = 2 [profile.test] opt-level = 3 debug = 2 [[test]] name = "integration" path = "tests/lib.rs" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.108"