[dependencies.mlua]
features = ["async", "send", "serialize"]
version = "0.6.0"
[features]
lua53 = ["mlua/lua53"]
lua54 = ["mlua/lua54"]
vendored = ["mlua/vendored"]
[package]
authors = ["Aleksandr Orlenko <zxteam@pm.me>"]
description = "HAProxy 2.x Lua API\n"
documentation = "https://docs.rs/haproxy-api"
edition = "2018"
keywords = ["haproxy"]
license = "MIT"
name = "haproxy-api"
readme = "README.md"
repository = "https://github.com/khvzak/haproxy-api-rs"
version = "0.3.0"
[package.metadata.docs.rs]
features = ["lua53", "vendored"]