# 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 = "ross-dsl" version = "2.23.0" authors = ["Linas Nikiperavičius "] description = "A domain specific language to program Rusty Old Smart System devices" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/linasdev/ross-dsl" [[example]] name = "save-button-state" path = "examples/save_button_state.rs" [[example]] name = "send-event" path = "examples/send_event.rs" [[example]] name = "broadcast-event" path = "examples/broadcast_event.rs" [[example]] name = "increment-state-on-tick" path = "examples/increment_state_on_tick.rs" [[example]] name = "multiple-creators" path = "examples/multiple_creators.rs" [[example]] name = "send-if-match" path = "examples/send_if_match.rs" [[example]] name = "comment" path = "examples/comment.rs" [[example]] name = "fire-if-match" path = "examples/fire_if_match.rs" [dependencies.cool_asserts] version = "1.1.1" [dependencies.cron-parser] version = "0.7.9" [dependencies.indent_write] version = "1.0.0" [dependencies.nom] version = "7.1.0" [dependencies.parse_int] version = "0.5.0" [dependencies.ross-config] version = "2.28.0" [dependencies.ross-protocol] version = "2.10.0"