# 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 = "2018" name = "sfsm" version = "0.4.3" authors = ["Samuel Schuepbach "] description = "Static state machine generator for no_std and embedded environments" readme = "README.md" keywords = [ "static", "state-machine", "no_std", "embedded", ] license = "MIT" repository = "https://gitlab.com/sfsm/sfsm" [[example]] name = "tracing" required-features = ["trace"] [dependencies.sfsm-base] version = "0.4.3" [dependencies.sfsm-proc] version = "0.4.3" default-features = false [features] trace = ["sfsm-proc/trace"] trace-messages = ["sfsm-proc/trace-messages"] trace-steps = ["sfsm-proc/trace-steps"]