# 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 = "fluent_state_machine" version = "0.5.0" authors = ["Hans Askov "] include = [ "src/*.rs", "Cargo.toml", ] description = "A domain-specific language (DSL) for creating state machines in Rust" readme = "Readme.md" keywords = [ "state-machine", "dsl", "rust", ] license = "MIT" repository = "https://github.com/hansaskov1/state_machine_dsl" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [dependencies] [dev-dependencies] [lints.clippy] enum_glob_use = "deny" nursery = "deny" pedantic = "deny" [lints.rust] unsafe_code = "forbid"