javy-plugin-api 4.1.0

APIs for Javy plugins
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.javy]
version = "5.1.0"

[features]
json = ["javy/json"]
messagepack = ["javy/messagepack"]

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

[package]
authors = ["The Javy Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm"]
description = "APIs for Javy plugins"
edition = "2021"
homepage = "https://github.com/bytecodealliance/javy/tree/main/crates/plugin-api"
license = "Apache-2.0 WITH LLVM-exception"
name = "javy-plugin-api"
readme = "README.md"
repository = "https://github.com/bytecodealliance/javy/tree/main/crates/plugin-api"
version = "4.1.0"