lowfat-runner 0.3.13

Plugin runners (process, future: WASM) for lowfat
Documentation
# 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 = "lowfat-runner"
version = "0.3.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin runners (process, future: WASM) for lowfat"
readme = false
license = "Apache-2.0"
repository = "https://github.com/zdk/lowfat"

[lib]
name = "lowfat_runner"
path = "src/lib.rs"

[[test]]
name = "e2e_plugin"
path = "tests/e2e_plugin.rs"

[[bench]]
name = "runner_bench"
path = "benches/runner_bench.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.lowfat-core]
version = "=0.3.13"

[dependencies.lowfat-plugin]
version = "=0.3.13"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]