# 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 = "lua_cdtk" version = "0.1.0" authors = ["Ilyas Taouaou (codotaku)"] description = "LuaCDTK is a rust crate to extend Lua with the help of Rust. Still work in progress, welcome to all sorts of contributions!" readme = "README.md" license = "MIT" repository = "https://github.com/CodesOtakuYT/lua_cdtk" resolver = "2" [dependencies.colorize] version = "0.1.0" [dependencies.mlua] version = "0.8.3" features = [ "luajit", "vendored", ] [dependencies.num] version = "0.4.0"