# 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 = "cygnixy-plugin-interface" version = "0.1.3" authors = ["Cygnixy Team"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A plugin interface for the Cygnixy framework, enabling dynamic Lua plugin integration and management." readme = "README.md" keywords = [ "cygnixy", "eve_online", "framework", "bot", "plugin", ] license = "MIT" repository = "https://github.com/cygnixy/cygnixy-plugin-interface" [lib] name = "cygnixy_plugin_interface" path = "src/lib.rs" [dependencies.libloading] version = "0.8" [dependencies.mlua] version = "0.10" features = [ "luau", "vendored", "serialize", "error-send", ] [dependencies.tracing] version = "0.1"