nichlink-plugin-host 0.1.3

Verified WASM/process plugin adapters and atomic deployment for NichLink
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 = "2024"
rust-version = "1.96.0"
name = "nichlink-plugin-host"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Verified WASM/process plugin adapters and atomic deployment for NichLink"
homepage = "https://github.com/Nichtigott/nichlink"
documentation = "https://docs.rs/nichlink-plugin-host"
readme = "README.md"
keywords = [
    "wasm",
    "plugins",
    "sandbox",
    "hot-reload",
]
categories = [
    "wasm",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Nichtigott/nichlink"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["wasm"]
process-tools = ["dep:tempfile"]
wasm = ["dep:wasmi"]

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

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

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

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

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

[dependencies.arc-swap]
version = "1.9"

[dependencies.ed25519-dalek]
version = "2"
features = ["std"]
default-features = false

[dependencies.nichlink-run-method]
version = "0.1.3"

[dependencies.tempfile]
version = "3.22"
optional = true

[dependencies.wasmi]
version = "1.0.9"
features = ["std"]
optional = true
default-features = false

[dev-dependencies.wat]
version = "1"