extfsm 0.14.1

Extended Finite State Machine with internal event queue and entry/exit transitions
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"
name = "extfsm"
version = "0.14.1"
authors = ["prz@juniper.net <prz@juniper.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extended Finite State Machine with internal event queue and entry/exit transitions"
readme = "README.md"
keywords = [
    "fsm",
    "state",
    "state-machine",
]
license = "Apache-2.0"
repository = "https://github.com/przygienda/rust-extfsm.git"

[features]

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

[dependencies.dot]
version = "0.2"

[dependencies.itertools]
version = "0.15"

[dependencies.slog]
version = "2.8"

[dependencies.strum]
version = "0.28"

[dependencies.strum_macros]
version = "0.28"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.slog-async]
version = "2.8"

[dev-dependencies.slog-atomic]
version = "3"

[dev-dependencies.slog-term]
version = "2.9"