# 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 = "plugin-lua-cygnixy" version = "0.1.4" authors = ["Cygnixy Team"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cygnixy Core Lua Plugin is a plugin for the Cygnixy framework" readme = "README.md" keywords = [ "cygnixy", "eve_online", "bot", "framework", "plugin", ] license = "MIT" repository = "https://github.com/cygnixy/plugin-lua-cygnixy.git" [lib] name = "plugin_lua_cygnixy" path = "src/lib.rs" [dependencies.control-craft] version = "0.1" [dependencies.cygnixy-plugin-interface] version = "0.1" [dependencies.mlua] version = "0.10" features = [ "luau", "vendored", "serialize", "error-send", ] [dependencies.serenity] version = "0.12" [dependencies.tokio] version = "1.0" [dependencies.tracing] version = "0.1"