# 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] edition = "2021" name = "mech-program" version = "0.2.0" authors = ["Corey Montella "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Organizes Mech cores into a coordinated program." homepage = "https://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" [lib] name = "mech_program" path = "src/lib.rs" [[test]] name = "program" path = "tests/program.rs" [dependencies.bincode] version = "1.3.3" [dependencies.colored] version = "2.0.4" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.hashbrown] version = "0.14.1" [dependencies.indexmap] version = "2.0.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.libloading] version = "0.8.3" [dependencies.mech-core] version = "0.2" [dependencies.mech-syntax] version = "0.2" [dependencies.mech-utilities] version = "0.2" [dependencies.miniz_oxide] version = "0.7.1" [dependencies.reqwest] version = "0.9.22" [dependencies.serde] version = "1.0.189" [dependencies.serde_derive] version = "1.0.189" [dependencies.serde_json] version = "1.0.107" [dependencies.time] version = "0.3.30" [dependencies.url] version = "2.4.1" [dependencies.websocket] version = "0.26.5" [badges.gitlab] branch = "main" repository = "mech-lang/mech" [badges.maintenance] status = "actively-developed"