extfsm 0.8.0

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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "extfsm"
version = "0.8.0"
authors = ["prz@juniper.net <prz@juniper.net>"]
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"
[dependencies.custom_derive]
version = "0.1"

[dependencies.dot]
version = "0.1.3"

[dependencies.enum_derive]
version = "0.1"

[dependencies.itertools]
version = "0.7"

[dependencies.lazy_static]
version = "1"

[dependencies.slog]
version = "2"

[dependencies.uuid]
version = "0.5"
features = ["v4"]
[dev-dependencies.slog-async]
version = "2"

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

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

[features]