# 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] name = "oters" version = "0.1.8" authors = ["Pablo Lanza Serrano"] description = "A Functional Reacitve Programming Language for writing GUI applications" documentation = "https://planza.github.io/Oters" readme = "README.md" keywords = [ "GUI", "DSL", "UI", "language", ] categories = [ "compilers", "gui", ] license = "MIT" repository = "https://github.com/PLanza/oters" [profile.dev.package."*"] opt-level = 3 [lib] name = "oters" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo/main.rs" [[example]] name = "name_cycle" path = "examples/name_cycle/main.rs" [[example]] name = "ui_test" path = "examples/ui_test/main.rs" [[example]] name = "loop_test" path = "examples/loop_test/main.rs" [[example]] name = "paint" path = "examples/paint/main.rs" [[example]] name = "snake" path = "examples/snake/main.rs" [dependencies.oters_gui] version = "0.1.8" [dependencies.oters_lang] version = "0.1.8" [dependencies.oters_macro] version = "0.1.8" [dependencies.rand] version = "0.8.5"