[package] name = "purple-sys" description = "libpurple rust binding" documentation = "https://github.com/sbwtw/libpurple-rust" homepage = "https://github.com/sbwtw/libpurple-rust" repository = "https://github.com/sbwtw/libpurple-rust" keywords = ["purple", "libpurple"] categories = ["api-bindings"] license = "WTFPL" version = "0.1.0" authors = ["石博文 "] build = "build.rs" links = "purple" [build-dependencies] pkg-config = "~0.3" libc = "~0.2" bindgen = "~0.29"