[package]
edition = "2024"
rust-version = "1.85.0"
name = "libstrophe-sys-bindgen"
version = "8.1.2"
authors = ["Pro <twisted.fall@gmail.com>"]
build = "build.rs"
links = "strophe"
exclude = [
"/.gitignore",
"/tools",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for libstrophe, generated using bindgen"
documentation = "https://docs.rs/libstrophe-sys-bindgen"
readme = "README.md"
keywords = [
"jabber",
"xmpp",
"libstrophe",
"bindgen",
"im",
]
categories = ["external-ffi-bindings"]
license = "LGPL-3.0"
repository = "https://github.com/twistedfall/libstrophe"
[badges.maintenance]
status = "passively-maintained"
[features]
buildtime_bindgen = ["bindgen"]
[lib]
name = "libstrophe_sys_bindgen"
path = "src/lib.rs"
[dependencies]
[build-dependencies.bindgen]
version = "0.72"
optional = true
[build-dependencies.pkg-config]
version = "0.3"