# 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" rust-version = "1.80.1" name = "mechtron" version = "0.3.14" authors = ["Scott Williams"] build = false autobins = false autoexamples = false autotests = false autobenches = 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." homepage = "https://starlane.io" readme = "README.md" license = "MIT" repository = "https://github.com/cosmic-initiative/cosmic-initiative.git" resolver = "2" [profile.release] [lib] name = "mechtron" path = "src/lib.rs" [dependencies.bincode] version = "1.3.3" [dependencies.cosmic-macros] version = "0.3.14" [dependencies.cosmic-macros-primitive] version = "0.3.14" [dependencies.cosmic-space] version = "0.3.14" [dependencies.dashmap] version = "5.3.4" [dependencies.lazy_static] version = "1.4.0" features = ["spin_no_std"] [dependencies.serde] version = "1.0.69" features = [ "derive", "rc", ] [dev-dependencies]