[]
= "haproxy-spoa-hub-plugin-api"
= "0.8.0"
= true
= true
= true
= "Plugin API for haproxy-spoa-hub — define SPOE agent plugins as shared libraries"
= true
= "README.md"
= ["haproxy", "spoe", "spoa", "plugin"]
= ["development-tools::ffi"]
[]
= "haproxy_spoa_hub_plugin_api"
[]
# Pinned to an exact version on purpose: the hand-rolled vtable in
# `src/vtable.rs` no longer goes through abi_stable's load-time layout
# check. Plugins and the hub both rely on RString / RVec / RHashMap /
# ROption / RResult having byte-identical layout. Pinning here means
# every plugin built against this crate, and the hub linking it,
# transitively get the same abi_stable version. Bumping this pin is a
# coordinated-rollout event (bump plugin-api's version too, re-release
# all plugins). See `crates/hub/tests/abi_matrix.rs` for the regression
# test that catches layout drift.
= "=0.11.3"
= "0.4"
[]
= true