# 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 = "shakemyleg" version = "3.0.0" authors = ["Christopher Boyle"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple state machine definition language and interpreter." readme = "README.md" license = "MIT" repository = "https://github.com/cbosoft/sml" [lib] name = "shakemyleg" path = "src/lib.rs" [dependencies.chumsky] version = "0.9.3" [dependencies.itertools] version = "0.13.0" [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.5.0" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.62"