haproxy-spoa-hub-plugin-api 0.1.0

Plugin API for haproxy-spoa-hub — define SPOE agent plugins as shared libraries
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.86"
name = "haproxy-spoa-hub-plugin-api"
version = "0.1.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"

[[test]]
name = "test_panic_safety"
path = "tests/test_panic_safety.rs"

[dependencies.abi_stable]
version = "0.11"

[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"