[package]
edition = "2024"
rust-version = "1.86"
name = "haproxy-spoa-hub-plugin-api"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin API for haproxy-spoa-hub — define SPOE agent plugins as shared libraries"
readme = "README.md"
keywords = [
"haproxy",
"spoe",
"spoa",
"plugin",
]
categories = ["development-tools::ffi"]
license = "Apache-2.0"
repository = "https://gitlab.com/haproxy-haptic/haproxy-spoa-hub"
resolver = "2"
[lib]
name = "haproxy_spoa_hub_plugin_api"
path = "src/lib.rs"
[dependencies.abi_stable]
version = "=0.11.3"
[lints.clippy]
elidable_lifetime_names = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
dead_code = "warn"
unsafe_op_in_unsafe_fn = "warn"