mlua-wasmer 1.0.7

Lua bindings and embedding of Wasmer, the high-performance WebAssembly runtime.
# 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 = "mlua-wasmer"
version = "1.0.7"
authors = ["David Rauschenbach <david@megalithic.llc>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lua bindings and embedding of Wasmer, the high-performance WebAssembly runtime."
homepage = "https://on-prem.net"
readme = "README.md"
keywords = [
    "lua",
    "wasm",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://gitlab.com/megalithic-llc/mlua/mlua-wasmer.git"

[features]
lua51 = [
    "mlua/lua51",
    "mlua/vendored",
]
lua52 = [
    "mlua/lua52",
    "mlua/vendored",
]
lua53 = [
    "mlua/lua53",
    "mlua/vendored",
]
lua54 = [
    "mlua/lua54",
    "mlua/vendored",
]
luajit = [
    "mlua/luajit",
    "mlua/vendored",
]
luajit52 = [
    "mlua/luajit52",
    "mlua/vendored",
]

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

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

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

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

[dependencies.bstr]
version = "1.12"

[dependencies.mlua]
version = ">=0.7.0"

[dependencies.wasmer]
version = "7.0.1"

[dependencies.wasmer-types]
version = "7.0.1"

[dependencies.wasmer-wasix]
version = "0.700.1"

[lints.clippy]
unwrap_used = "deny"