[package] name = "hexchat-unsafe-plugin" version = "2.0.0" authors = ["SoniEx2 "] description = "Lets you write native HexChat plugins in mostly-safe Rust" license = "GPL-3.0-or-later" repository = "https://soniex2.autistic.space/git-repos/hexchat-unsafe-plugin.git" homepage = "https://ganarchy.autistic.space/project/207026ae5e35da096b8110afe1ba2973a0e54fdb" keywords = ["hexchat", "plugin", "hexchat-plugin"] categories = ["api-bindings"] readme = "README.md" [features] nul_in_strip = [] [dependencies] libc = "0.2"