hyper_lua_actor 0.1.0

Binding of lua_actor & hyper
Documentation
# 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 = "hyper_lua_actor"
version = "0.1.0"
authors = ["JunYi JohnTeee Lee <johnteee@gmail.com>"]
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"
[dependencies.fp_rust]
version = "0.*"

[dependencies.hyper]
version = "0.*"

[dependencies.lua_actor]
version = "0.*"

[dependencies.rlua]
version = "0.*"

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