# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "mlua_actor" version = "0.1.3" authors = ["JunYi JohnTeee Lee "] include = ["src/**/*.rs", "Cargo.toml"] description = "Lua Actor for Rust(sync/async)" homepage = "https://github.com/TeaEntityLab/rustMLuaActor" documentation = "https://docs.rs/mlua_actor/" readme = "README.md" keywords = ["lua", "actor", "binding", "async"] license = "MIT" repository = "https://github.com/TeaEntityLab/rustMLuaActor" [lib] name = "mlua_actor" path = "src/lib.rs" [dependencies.fp_rust] version = "^0.1.40" [dependencies.mlua] version = "^0.6.2" features = ["send"] [build-dependencies.cc] version = "1.0" [build-dependencies.pkg-config] version = "0.3.17" [features] default = ["lua54", "vendored"] lua51 = ["mlua/lua51"] lua52 = ["mlua/lua52"] lua53 = ["mlua/lua53"] lua54 = ["mlua/lua54"] luajit = ["mlua/luajit"] vendored = ["mlua/vendored"] [badges.maintenance] status = "actively-developed"