javy-plugin-api 6.0.0

APIs for Javy plugins
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"
name = "javy-plugin-api"
version = "6.0.0"
authors = ["The Javy Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "APIs for Javy plugins"
homepage = "https://github.com/bytecodealliance/javy/tree/main/crates/plugin-api"
readme = "README.md"
categories = ["wasm"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/javy/tree/main/crates/plugin-api"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.javy]
version = "7.0.0-alpha.1"