# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hexchat" version = "0.6.3" authors = ["Adam Spofford "] description = "A safe API for creating HexChat plugins" readme = "README.md" keywords = ["hexchat", "xchat", "irc", "chat", "plugin"] categories = ["api-bindings", "network-programming"] license = "MIT" repository = "https://github.com/pie-flavor/hexchat-rs/" [dependencies.bitflags] version = "1.0.4" [dependencies.charsets] version = "0.2.0" [dependencies.chrono] version = "0.4.6" [dependencies.glib] version = "0.6.1" optional = true [dependencies.gtk] version = "0.5.0" optional = true [dependencies.gtk-sys] version = "0.7.0" optional = true [dependencies.libc] version = "0.2.48" [dependencies.parking_lot] version = "0.7.1" features = ["nightly"] [dependencies.phf] version = "0.7.24" features = ["macros"] [features] window = ["gtk", "glib", "gtk-sys", "winapi"] [target."cfg(windows)".dependencies.winapi] version = "0.3.6" optional = true