mechtron 0.3.13

Part of http://thecosmicinitiative.io This package--MECHTRON--provides an API and framework that allows a Wasm component to send and receive messages from other Wasm components.
Documentation
[dependencies.bincode]
version = "1.3.3"

[dependencies.cosmic-macros]
version = "0.3.13"

[dependencies.cosmic-macros-primitive]
version = "0.3.13"

[dependencies.cosmic-space]
version = "0.3.13"

[dependencies.dashmap]
version = "5.3.4"

[dependencies.lazy_static]
features = ["spin_no_std"]
version = "1.4.0"

[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.69"

[dev-dependencies]

[lib]
name = "mechtron"
path = "src/lib.rs"

[package]
authors = ["Scott Williams"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Part of http://thecosmicinitiative.io This package--MECHTRON--provides an API and framework that allows a Wasm component to send and receive messages from other Wasm components."
edition = "2021"
homepage = "https://starlane.io"
license = "MIT"
name = "mechtron"
readme = "README.md"
repository = "https://github.com/cosmic-initiative/cosmic-initiative.git"
resolver = "2"
rust-version = "1.80.1"
version = "0.3.13"

[profile.release]