[badges.gitlab]
branch = "master"
repository = "mech-lang/program"
[badges.maintenance]
status = "actively-developed"
[dependencies.bincode]
version = "0.8"
[dependencies.mech-core]
version = "0.0.3"
[dependencies.mech-syntax]
version = "0.0.3"
[dependencies.serde]
version = "1.0.46"
[dependencies.serde_derive]
version = "1.0.46"
[dependencies.serde_json]
version = "1.0.17"
[dependencies.time]
version = "0.1.39"
[package]
authors = ["Corey Montella <corey@mech-lang.org>"]
categories = ["science::robotics", "science", "game-engines", "web-programming"]
description = "Organizes Mech cores into a coordinated program. Handles reading files, interfacing with libraries, and persisting changes top disk."
documentation = "http://docs.mech-lang.org"
homepage = "http://mech-lang.org"
keywords = ["mech", "language", "programming", "dataflow", "runtime"]
license = "Apache-2.0"
name = "mech-program"
readme = "README.md"
repository = "https://github.com/mech-lang/program"
version = "0.0.3"