# 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] edition = "2018" name = "hyper_lua_actor" version = "0.3.2" authors = ["JunYi JohnTeee Lee "] include = ["src/**/*.rs", "Cargo.toml"] description = "Binding of lua_actor & hyper" homepage = "https://github.com/TeaEntityLab/hyperLuaActor" documentation = "https://docs.rs/hyper_lua_actor/" readme = "README.md" keywords = ["lua", "actor", "binding", "async", "hyper"] license = "MIT" repository = "https://github.com/TeaEntityLab/hyperLuaActor" [lib] name = "hyper_lua_actor" path = "src/lib.rs" [[test]] name = "rlua_bind" path = "tests/rlua_bind.rs" required-features = ["for_rlua", "runtime"] [[test]] name = "mlua_bind" path = "tests/mlua_bind.rs" required-features = ["lua54", "runtime"] [dependencies.fp_rust] version = "^0.1.40" [dependencies.futures] version = "^0.3.15" [dependencies.hyper] version = "^0.14.10" features = ["full"] [dependencies.lua_actor] version = "^0.2.3" features = ["default"] optional = true [dependencies.mlua] version = "^0.6.2" features = ["send"] optional = true [dependencies.mlua_actor] version = "^0.1.2" features = ["default"] optional = true [dependencies.pretty_env_logger] version = "^0.4" [dependencies.rlua] version = "^0.17.0" features = ["default"] optional = true [dependencies.tokio] version = "^1.8.2" features = ["full"] optional = true [dependencies.url] version = "^2.2.2" [features] default = ["lua54"] for_rlua = ["rlua", "lua_actor"] lua51 = ["mlua/lua51", "mlua_actor/lua51"] lua52 = ["mlua/lua52", "mlua_actor/lua52"] lua53 = ["mlua/lua53", "mlua_actor/lua53"] lua54 = ["mlua/lua54", "mlua_actor/lua54"] luajit = ["mlua/luajit", "mlua_actor/luajit"] runtime = ["tokio"] vendored = ["mlua/vendored"] [badges.maintenance] status = "actively-developed"