mech-program 0.0.2

Organizes Mech cores into a coordinated program. Handles reading files, interfacing with libraries, and persisting changes top disk.
Documentation
# 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 = "mech-program"
version = "0.0.2"
authors = ["Corey Montella <corey@mech-lang.org>"]
description = "Organizes Mech cores into a coordinated program. Handles reading files, interfacing with libraries, and persisting changes top disk."
homepage = "http://mech-lang.org"
documentation = "http://docs.mech-lang.org"
readme = "README.md"
keywords = ["mech", "language", "programming", "dataflow", "runtime"]
categories = ["science::robotics", "science", "game-engines", "web-programming"]
license = "Apache-2.0"
repository = "https://github.com/mech-lang/program"
[dependencies.bincode]
version = "0.8"

[dependencies.mech-core]
version = "0.0.2"

[dependencies.mech-syntax]
version = "0.0.2"

[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"
[badges.gitlab]
branch = "master"
repository = "mech-lang/program"

[badges.maintenance]
status = "actively-developed"