# 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-process" version = "0.13.2" description = "Lunatic's core process, mailbox and message abstraction'" homepage = "https://lunatic.solutions" license = "Apache-2.0/MIT" repository = "https://github.com/lunatic-solutions/lunatic/tree/main/crates/lunatic-process" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.58" [dependencies.dashmap] version = "5.4" [dependencies.hash-map-id] version = "0.13" [dependencies.log] version = "0.4" [dependencies.lunatic-networking-api] version = "0.13" [dependencies.metrics] version = "0.20.1" optional = true [dependencies.serde] version = "1.0" [dependencies.smallvec] version = "1.10" [dependencies.tokio] version = "1.28" features = [ "macros", "rt-multi-thread", "sync", "net", ] [dependencies.wasmtime] version = "8" [dependencies.wasmtime-wasi] version = "8" [features] detailed_metrics = ["metrics"] metrics = ["dep:metrics"]