# 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-cached-process" version = "0.2.3" authors = ["Ari Seyhun "] description = "Cached process lookups with lunatic." readme = "README.md" keywords = [ "lunatic", "cache", "lookup", ] categories = [ "memory-management", "wasm", ] license = "Apache-2.0/MIT" repository = "https://github.com/tqwewe/lunatic-cached-process" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] targets = ["wasm32-wasi"] [dependencies.lunatic] version = "0.12.1" [dependencies.paste] version = "1.0.11" [dependencies.serde] version = "1.0.152" features = ["derive"]