extfsm 0.5.1

Extended Final 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.5.1"
authors = ["prz@juniper.net <prz@juniper.net>"]
description = "Extended Final State Machine with internal event queue and entry/exit transitions"
readme = "README.md"
keywords = ["fsm"]
license = "Apache-2.0"
repository = "https://github.com/przygienda/rust-extfsm.git"
[dependencies.dot]
version = "0.1.*"

[dependencies.slog-atomic]
version = "0.4.*"

[dependencies.slog-term]
version = "1.5.*"

[dependencies.custom_derive]
version = "0.1.*"

[dependencies.uuid]
version = "0.5.*"
features = ["v4"]

[dependencies.enum_derive]
version = "0.1.*"

[dependencies.slog-stream]
version = "1.2.*"

[dependencies.slog]
version = "1.5.*"

[features]