haproxy-api 0.1.1-alpha.1

HAProxy 2.x Lua API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "haproxy-api"
version = "0.1.1-alpha.1"
authors = ["Aleksandr Orlenko <zxteam@pm.me>"]
edition = "2018"
repository = "https://github.com/khvzak/haproxy-api-rs"
documentation = "https://docs.rs/haproxy-api"
keywords = ["haproxy"]
license = "MIT"
description = """
HAProxy 2.x Lua API
"""

[dependencies]
mlua = { version = "0.4.1", features = ["async", "send", "lua53"] }