# 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 = "2021" name = "adapter" version = "0.3.1" authors = ["Samuel Cobb"] description = """ Adapter provides a generic interface for plugins to interact with a host application. """ homepage = "https://github.com/sjcobb2022/adapter" readme = "README.md" keywords = [ "adapter", "plugin", "generic", "WASM", "Lua", ] license = "MIT" repository = "https://github.com/sjcobb2022/adapter" [dependencies] [dev-dependencies.extism] version = "1.4.1" [dev-dependencies.libloading] version = "0.8.4" [dev-dependencies.mlua] version = "0.9.9" features = ["lua54"] [dev-dependencies.serde] version = "1.0" features = ["derive"]