# 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-message-request" version = "0.1.1" authors = ["Ari Seyhun "] description = "Message responses using regular lunatic processes." readme = "README.md" keywords = [ "lunatic", "response", "reply", "message", ] categories = ["wasm"] license = "Apache-2.0/MIT" repository = "https://github.com/tqwewe/lunatic-message-request" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] targets = ["wasm32-wasi"] [dependencies.lunatic] version = "0.12.1" [dependencies.serde] version = "1.0" features = ["derive"]