mech-utilities 0.0.5

Shared components and utilities for Mech
Documentation
[package]

name = "mech-utilities"

version = "0.0.5"

authors = ["Corey Montella <corey@mech-lang.org>"]

description = "Shared components and utilities for Mech"

documentation = "http://docs.mech-lang.org"

homepage = "http://mech-lang.org"

repository = "https://github.com/mech-lang/utilities"

keywords = ["mech"]

categories = ["science::robotics", "science"]

license = "Apache-2.0"

readme = "README.md"



[badges]

gitlab = { repository = "mech-lang/utilities", branch = "master" }

maintenance = { status = "actively-developed" }



[dependencies]

mech-core = "0.0.5"



serde = {version = "1.0.105", default-features = false, features = ["alloc"] }

serde_derive = "1.0.105"

hashbrown = {version = "0.7.1", features = ["nightly"]}