# 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] name = "statechart" version = "0.0.8" authors = ["Casey Marshall "] description = "statecharts: hierarchical, reactive state machines" documentation = "https://docs.rs/statechart" readme = "README.md" keywords = ["statechart", "state-machine", "reactive", "event-driven"] license = "MIT" repository = "https://github.com/cmars/statechart" [dependencies.futures] version = "0.1" [dependencies.derive_builder] version = "0.5.0" [dependencies.log] version = "0.3.8" [dependencies.chrono] version = "0.4.0" [dependencies.env_logger] version = "0.4.3" [badges.travis-ci] repository = "cmars/statechart"