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