# 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-utilities" version = "0.2.2" authors = ["Corey Montella "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Shared components and utilities for Mech" homepage = "https://mech-lang.org" documentation = "http://docs.mech-lang.org" readme = "README.md" keywords = ["mech"] categories = [ "science::robotics", "science", ] license = "Apache-2.0" repository = "https://github.com/mech-lang" [lib] name = "mech_utilities" path = "src/lib.rs" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.hashbrown] version = "0.14.5" [dependencies.mech-core] version = "0.2.2" [dependencies.serde] version = "1.0.203" features = ["alloc"] default-features = false [dependencies.serde_derive] version = "1.0.203" [features] default = ["web"] web = ["websocket"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.websocket] version = "0.26.5" features = ["sync"] optional = true default-features = false [badges.gitlab] branch = "main" repository = "mech-lang/mech" [badges.maintenance] status = "actively-developed"