mech-server 0.0.2

Provides a server and client for hosting Mech programs on a websocket.
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-server"
version = "0.0.2"
authors = ["Corey Montella <corey@mech-lang.org>"]
description = "Provides a server and client for hosting Mech programs on a websocket."
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/server"
[dependencies.bincode]
version = "0.8"

[dependencies.clap]
version = "2.31.2"

[dependencies.hashbrown]
version = "0.4.0"

[dependencies.iron]
version = "0.6.0"

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

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

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

[dependencies.mount]
version = "0.4"

[dependencies.rand]
version = "0.4.2"

[dependencies.serde]
version = "1.0.46"

[dependencies.serde_derive]
version = "1.0.46"

[dependencies.serde_json]
version = "1.0.17"

[dependencies.staticfile]
version = "0.5"

[dependencies.term-painter]
version = "0.2.4"

[dependencies.time]
version = "0.1.39"

[dependencies.walkdir]
version = "1.0"

[dependencies.ws]
version = "0.7.6"
[badges.gitlab]
branch = "master"
repository = "mech-lang/server"

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