# 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] name = "extfsm" version = "0.12.1" authors = ["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" [dependencies.enum_derive] version = "~0.1" [dependencies.itertools] version = "~0.10" [dependencies.lazy_static] version = "~1" [dependencies.slog] version = "~2" [dependencies.uuid] version = "~0.8" features = ["v4"] [dev-dependencies.slog-async] version = "~2" [dev-dependencies.slog-atomic] version = "~2" [dev-dependencies.slog-term] version = "~2"