hyper_lua_actor 0.3.2

Binding of lua_actor & hyper
Documentation
test = []

[badges.maintenance]
status = "actively-developed"

[dependencies.fp_rust]
version = "^0.1.40"

[dependencies.futures]
version = "^0.3.15"

[dependencies.hyper]
features = ["full"]
version = "^0.14.10"

[dependencies.lua_actor]
features = ["default"]
optional = true
version = "^0.2.3"

[dependencies.mlua]
features = ["send"]
optional = true
version = "^0.6.2"

[dependencies.mlua_actor]
features = ["default"]
optional = true
version = "^0.1.2"

[dependencies.pretty_env_logger]
version = "^0.4"

[dependencies.rlua]
features = ["default"]
optional = true
version = "^0.17.0"

[dependencies.tokio]
features = ["full"]
optional = true
version = "^1.8.2"

[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"]

[lib]
name = "hyper_lua_actor"
path = "src/lib.rs"

[package]
authors = ["JunYi JohnTeee Lee <johnteee@gmail.com>"]
description = "Binding of lua_actor & hyper"
documentation = "https://docs.rs/hyper_lua_actor/"
edition = "2018"
homepage = "https://github.com/TeaEntityLab/hyperLuaActor"
include = ["src/**/*.rs", "Cargo.toml"]
keywords = ["lua", "actor", "binding", "async", "hyper"]
license = "MIT"
name = "hyper_lua_actor"
readme = "README.md"
repository = "https://github.com/TeaEntityLab/hyperLuaActor"
version = "0.3.2"