# 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 = "macro-machines" version = "0.10.6" authors = ["Shane Pearman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "State machine macros with logging and graphviz DOT file generation" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/spearman/macro-machines" [lib] name = "macro_machines" path = "src/lib.rs" [[example]] name = "door" path = "examples/door.rs" [[example]] name = "door-nodebug" path = "examples/door-nodebug.rs" [[example]] name = "generic" path = "examples/generic.rs" [[example]] name = "generic-nodebug" path = "examples/generic-nodebug.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [[example]] name = "params" path = "examples/params.rs" [[example]] name = "universal" path = "examples/universal.rs" [[example]] name = "universal-nodebug" path = "examples/universal-nodebug.rs" [dependencies.log] version = "0.4.*" features = ["kv"] [dependencies.marksman_escape] version = "0.1.*" [dependencies.variant_count] version = "1.*" [dev-dependencies.env_logger] version = "0.11.*" features = ["unstable-kv"]