# 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" name = "simple_statemachine" version = "1.0.0" authors = ["Norbert Langermann"] exclude = [ ".*", "*.iml", ] description = "Statemachine defined via a simple and easy-to-read domain-specific language" readme = "README.md" keywords = [ "statemachine", "state", "pattern", "fsm", "architecture", ] categories = [ "algorithms", "network-programming", "rust-patterns", "parsing", "data-structured", ] license = "MIT" repository = "https://github.com/garin1000/simple_statemachine" [lib] name = "simple_statemachine" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["extra-traits"]