# 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 = "2018" name = "mechtron-common" version = "0.2.0-rc1" authors = ["Scott Williams "] description = "Common Source for Mechtrons used by Wasm guests and hosts" homepage = "http://starlane.io" license = "MIT OR Apache-2.0" repository = "https://github.com/mechtronium/starlane" [dependencies.bincode] version = "1.3.3" [dependencies.mesh-portal] version = "0.2.0-rc1" [dependencies.serde] version = "1.0.69" features = [ "derive", "rc", ]