# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sm" version = "0.9.0" authors = ["Jean Mertz "] exclude = ["examples"] description = "💋 SM – a static State Machine library" readme = "crates-io.md" keywords = ["fsm", "state", "state-machine"] categories = ["game-engines", "no-std", "simulation", "science", "visualization"] license = "MIT OR Apache-2.0" repository = "https://github.com/rustic-games/sm" [[bench]] name = "sm" harness = false [dependencies.sm_macro] version = "0.9" optional = true [dev-dependencies.compiletest_rs] version = "0.3" features = ["stable"] [dev-dependencies.criterion] version = "0.2" [dev-dependencies.rand] version = "0.5" [dev-dependencies.sm_macro] version = "0.9" [features] default = ["macro"] macro = ["sm_macro"] [badges.appveyor] repository = "rusty-rockets/sm" service = "github" [badges.circle-ci] repository = "rustic-games/sm" [badges.codecov] branch = "master" repository = "rustic-games/sm" service = "github" [badges.is-it-maintained-issue-resolution] repository = "rustic-games/sm"