[package] name = "hexchat" version = "0.6.3" authors = ["Adam Spofford "] edition = "2018" description = "A safe API for creating HexChat plugins" license = "MIT" readme = "README.md" repository = "https://github.com/pie-flavor/hexchat-rs/" categories = ["api-bindings", "network-programming"] keywords = ["hexchat", "xchat", "irc", "chat", "plugin"] [dependencies] libc = "0.2.48" charsets = "0.2.0" bitflags = "1.0.4" chrono = "0.4.6" parking_lot = { version = "0.7.1", features = ["nightly"] } phf = { version = "0.7.24", features = ["macros"] } gtk = { version = "0.5.0", optional = true } glib = { version = "0.6.1", optional = true } gtk-sys = { version = "0.7.0", optional = true } [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.6", optional = true } [features] window = ["gtk", "glib", "gtk-sys", "winapi"]