libstrophe-sys-bindgen 8.1.2

Rust bindings for libstrophe, generated using bindgen
Documentation
[package]
name = "libstrophe-sys-bindgen"
version = "8.1.2"
edition = "2024"
rust-version = "1.85.0"
description = "Rust bindings for libstrophe, generated using bindgen"
keywords = ["jabber", "xmpp", "libstrophe", "bindgen", "im"]
categories = ["external-ffi-bindings"]
authors = ["Pro <twisted.fall@gmail.com>"]
license = "LGPL-3.0"
documentation = "https://docs.rs/libstrophe-sys-bindgen"
repository = "https://github.com/twistedfall/libstrophe"
links = "strophe"
exclude = ["/.gitignore", "/tools"]

[badges]
maintenance = { status = "passively-maintained" }

[dependencies]

[build-dependencies]
bindgen = { version = "0.72", optional = true }
pkg-config = "0.3"

[features]
buildtime_bindgen = ["bindgen"]