[package] name = "libICE-sys" version = "0.1.0" edition = "2021" authors = [ "Aki Van Ness " ] description = "Low-level Rust bindings for the libICE X11 Inter-Client Exchange library" repository = "https://github.com/lethalbit/libICE-sys" keywords = [ "x11", "XSMP", "XOrg", "libICE" ] categories = [ "external-ffi-bindings" ] license = "MIT" readme = "README.md" links = "libICE" [build-dependencies] bindgen = "~0.58"