# 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 = "lunatic-envelop" version = "1.0.2" authors = ["Kai Jellinghaus"] description = "A simple library providing a few helper functions for offloading large binary blobs onto another process, reducing overhead on long message chains" readme = "README.md" keywords = [ "lunatic", "messaging", "wasm", ] categories = [ "wasm", "lunatic", ] license = "MIT" repository = "https://github.com/HurricanKai/lunatic-envelop" [package.metadata.docs.rs] targets = ["wasm32-wasi"] [dependencies.hash-map-id] version = "0.10.0" [dependencies.lunatic] version = "0.11.4" [dependencies.serde] version = "1.0.144" [dependencies.serde_bytes] version = "0.11.7" [badges.maintenance] status = "as-is"