Cargo Features
[dependencies]
haproxy-api = { version = "0.8.2", default-features = false, features = ["async", "lua53", "lua54"] }
- default = async, lua54
-
These default features are set whenever
haproxy-api
is added without
somewhere in the dependency tree.default-features = false - async default
-
Enables dashmap and futures-util, pin-project-lite, rustc-hash, and tokio, async of mlua ^0.9.9
- lua53
-
Enables lua53 of mlua ^0.9.9
- lua54 default
-
Enables lua54 of mlua ^0.9.9
haproxy-api has 4 features without comments.