hexchat-api 0.2.4

A Rust API for HexChat plugin development
Documentation
[package]

name = "hexchat-api"

version = "0.2.4"

authors = ["ttappr <tmtappr@gmail.com>"]

description = "A Rust API for HexChat plugin development"

documentation = "https://ttappr.github.io/hexchat-api/doc/hexchat_api/index.html"

repository = "https://github.com/ttappr/hexchat-api"

readme = "README.md"

exclude = [".idea", "docs"]

keywords = ["hexchat", "plugin", "irc", "chat"]

categories = ["api-bindings"]

license = "MIT"

edition = "2021"



[lib]

name = "hexchat_api"



[dependencies]

libc = "0.2.84"

backtrace = "0.3"

send_wrapper = "0.6.0"



[profile.release]

opt-level = "s"