# 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 = "lua_actor" version = "0.2.4" authors = ["JunYi JohnTeee Lee "] include = ["src/**/*.rs", "Cargo.toml"] description = "Lua Actor for Rust(sync/async)" homepage = "https://github.com/TeaEntityLab/rustLuaActor" documentation = "https://docs.rs/lua_actor/" readme = "README.md" keywords = ["lua", "actor", "binding", "async"] license = "MIT" repository = "https://github.com/TeaEntityLab/rustLuaActor" [lib] name = "lua_actor" path = "src/lib.rs" [dependencies.fp_rust] version = "^0.1.40" [dependencies.rlua] version = "^0.17.0" [features] default = [] [badges.maintenance] status = "actively-developed"