rns-hooks 0.1.3

WASM hook system for the Reticulum Network Stack
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 = "rns-hooks"
version = "0.1.3"
authors = ["rns-rs contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM hook system for the Reticulum Network Stack"
readme = false
license-file = "LICENSE"
repository = "https://github.com/lelloman/rns-rs"

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

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

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

[dependencies.log]
version = "0.4"

[dependencies.rns-hooks-abi]
version = "0.1.0"

[dependencies.wasmtime]
version = "29"

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

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