klyx_extension_api 1.3.6

A Rust-based API for building WebAssembly extensions for the Klyx
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 = "klyx_extension_api"
version = "1.3.6"
authors = ["Vivek"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust-based API for building WebAssembly extensions for the Klyx"
homepage = "https://github.com/klyx-dev/klyx_extension_api"
readme = "README.md"
keywords = [
    "klyx",
    "extension",
    "webassembly",
    "wasm",
    "android",
]
categories = [
    "api-bindings",
    "wasm",
    "development-tools",
]
license = "GPL-3.0"
repository = "https://github.com/klyx-dev/klyx_extension_api"
resolver = "2"

[package.metadata.component.target]
path = "wit"

[lib]
name = "klyx_extension_api"
path = "src/extension_api.rs"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.wit-bindgen]
version = "0.43.0"