libstrophe-sys-bindgen 8.1.2

Rust bindings for libstrophe, generated using bindgen
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.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"