[package] name = "adapter" version = "0.3.1" edition = "2021" license = "MIT" keywords = ["adapter", "plugin", "generic", "WASM", "Lua"] authors = ["Samuel Cobb"] repository = "https://github.com/sjcobb2022/adapter" homepage = "https://github.com/sjcobb2022/adapter" description = """ Adapter provides a generic interface for plugins to interact with a host application. """ readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dev-dependencies] mlua = { version = "0.9.9", features = ["lua54"] } libloading = "0.8.4" extism = "1.4.1" serde = { version = "1.0", features = ["derive"] }