# 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.4" authors = ["Corey Montella "] 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 = "1.2.1" [dependencies.clap] version = "2.33.0" [dependencies.hashbrown] version = "0.7.1" [dependencies.iron] version = "0.6.1" [dependencies.mech-core] version = "0.0.4" [dependencies.mech-program] version = "0.0.4" [dependencies.mech-syntax] version = "0.0.4" [dependencies.mech-utilities] version = "0.0.4" [dependencies.mount] version = "0.4" [dependencies.rand] version = "0.4.2" [dependencies.serde] version = "1.0.105" [dependencies.serde_derive] version = "1.0.105" [dependencies.serde_json] version = "1.0.50" [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.9.1" [badges.gitlab] branch = "master" repository = "mech-lang/server" [badges.maintenance] status = "actively-developed"