[[bin]]
name = "iksjab"
path = "src/bin/iksjab.rs"
[[bin]]
name = "ikslint"
path = "src/bin/ikslint.rs"
[[bin]]
name = "ikspath"
path = "src/bin/ikspath.rs"
[dependencies.base64]
version = "0.22.1"
[dependencies.rpassword]
version = "7.4.0"
[dependencies.rustls]
version = "0.23.35"
[dependencies.webpki-roots]
version = "1.0.4"
[lib]
name = "iks"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "network-programming"]
description = "Fast, easy to use XML parser library for Jabber/XMPP and general XML processing"
documentation = "https://docs.rs/iks"
edition = "2024"
keywords = ["xml", "xmpp", "jabber", "parser"]
license = "LGPL-3.0-or-later"
name = "iks"
readme = "README.md"
repository = "https://github.com/meduketto/iksemel-rust"
version = "0.5.0"
[profile.release]
lto = true