libstrophe 0.20.4

Rust ergonomic wrapper for libstrophe
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"
version = "0.20.4"
authors = ["Pro <twisted.fall@gmail.com>"]
build = false
exclude = [
    "/.github",
    "/ci",
    "/tools",
    ".gitignore",
    "release.toml",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust ergonomic wrapper for libstrophe"
documentation = "https://docs.rs/libstrophe"
readme = "README.md"
keywords = [
    "jabber",
    "xmpp",
    "libstrophe",
    "messaging",
    "im",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "LGPL-3.0"
repository = "https://github.com/twistedfall/libstrophe"

[badges.maintenance]
status = "passively-maintained"

[features]
buildtime_bindgen = ["sys/buildtime_bindgen"]
default = [
    "rust-log",
    "libstrophe-0_14",
]
libstrophe-0_10_0 = ["libstrophe-0_9_3"]
libstrophe-0_11_0 = ["libstrophe-0_10_0"]
libstrophe-0_12_0 = ["libstrophe-0_11_0"]
libstrophe-0_13 = ["libstrophe-0_12_0"]
libstrophe-0_14 = ["libstrophe-0_13"]
libstrophe-0_9_3 = []
rust-log = ["log"]

[lib]
name = "libstrophe"
path = "src/lib.rs"

[[example]]
name = "bot_closure"
path = "examples/bot_closure.rs"

[[example]]
name = "bot_fn"
path = "examples/bot_fn.rs"

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

[dependencies.bitflags]
version = "2"

[dependencies.log]
version = "0.4"
optional = true

[dependencies.num-traits]
version = "0.2"

[dependencies.once_cell]
version = "1"

[dependencies.scopeguard]
version = "1"

[dependencies.sys]
version = "8"
package = "libstrophe-sys-bindgen"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.names]
version = "0.14"

[dev-dependencies.trybuild]
version = "1"